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' ]
|
perl: [ 'latest' ]
|
||||||
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up perl
|
- name: Set up perl
|
||||||
uses: shogo82148/actions-setup-perl@v1
|
uses: shogo82148/actions-setup-perl@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue