Skip to content

Commit

Permalink
Switch to actions/checkout@v4
Browse files Browse the repository at this point in the history
Using default branch is not that great idea.
  • Loading branch information
glensc committed Mar 4, 2024
1 parent f763640 commit ad3954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
Expand Down

0 comments on commit ad3954d

Please sign in to comment.