Skip to content

Commit a235440

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] <support@github.com>
1 parent e3eefa4 commit a235440

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.38
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Run Tests
2222
env:
2323
AUTHOR_TESTING: 1
@@ -35,7 +35,7 @@ jobs:
3535
container:
3636
image: perldocker/perl-tester:5.38
3737
steps:
38-
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
38+
- uses: actions/checkout@v5 # codecov wants to be inside a Git repository
3939
- uses: actions/download-artifact@v5
4040
with:
4141
name: build_dir

0 commit comments

Comments
 (0)