Merge pull request #9 from davorg-cpan/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
eaca7b7c4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perltest.yml
vendored
2
.github/workflows/perltest.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
perl: [ 'latest' ]
|
||||
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up perl
|
||||
uses: shogo82148/actions-setup-perl@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue