Skip to content

Commit cec4654

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
20+
- uses: actions/checkout@v6
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@v5 # codecov wants to be inside a Git repository
39+
- uses: actions/checkout@v6 # codecov wants to be inside a Git repository
4040
- uses: actions/download-artifact@v6
4141
with:
4242
name: build_dir

0 commit comments

Comments
 (0)