Skip to content

Commit ad3954d

Browse files
authored
Switch to actions/checkout@v4
Using default branch is not that great idea.
1 parent f763640 commit ad3954d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/perl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image: perldocker/perl-tester:${{ matrix.perl-version }}
3131

3232
steps:
33-
- uses: actions/checkout@main
33+
- uses: actions/checkout@v4
3434
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3535
- run: perl -V
3636
- run: cpanm --notest --installdeps --verbose .

0 commit comments

Comments
 (0)