Skip to content

Commit

Permalink
use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 13, 2024
1 parent 77b6836 commit 68b1012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 68b1012

Please sign in to comment.