Skip to content

Commit 68e79c0

Browse files
dependabot[bot]oalders
authored andcommitted
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 7e4955f commit 68e79c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container:
1818
image: perldocker/perl-tester:5.40
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Run Tests
2222
env:
2323
AUTHOR_TESTING: 1
@@ -36,7 +36,7 @@ jobs:
3636
container:
3737
image: perldocker/perl-tester:5.40
3838
steps:
39-
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
39+
- uses: actions/checkout@v5 # codecov wants to be inside a Git repository
4040
- uses: actions/download-artifact@v4
4141
with:
4242
name: build_dir

0 commit comments

Comments
 (0)