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:
Dave Cross 2023-09-11 09:34:13 +01:00 committed by GitHub
commit eaca7b7c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: