Skip to content

Commit 75787f5

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

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
@@ -16,7 +16,7 @@ jobs:
1616
perl: [ 'latest' ]
1717
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Set up perl
2121
uses: shogo82148/actions-setup-perl@v1
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242
container: davorg/perl-coveralls:latest
4343
name: Test coverage
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: Install packages
4747
run: apt-get update && apt install libexpat1-dev make
4848
- name: Install modules

0 commit comments

Comments
 (0)