Skip to content

Commit 32bddbd

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ac2a6b commit 32bddbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perltest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
perl: [ 'latest' ]
2222
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up perl
2626
uses: shogo82148/actions-setup-perl@v1
2727
with:
@@ -47,7 +47,7 @@ jobs:
4747
container: davorg/perl-coveralls:latest
4848
name: Test coverage
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: Install modules
5252
run: cpanm -n --installdeps .
5353
- name: Coverage

0 commit comments

Comments
 (0)