Skip to content

Commit 9d4c1a4

Browse files
authored
Merge pull request #10 from libwww-perl/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9b2e042 + cec4654 commit 9d4c1a4

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@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)