We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4955f commit 68e79c0Copy full SHA for 68e79c0
.github/workflows/dzil-build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
container:
18
image: perldocker/perl-tester:5.40
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Run Tests
22
env:
23
AUTHOR_TESTING: 1
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
- - uses: actions/checkout@v4 # codecov wants to be inside a Git repository
+ - uses: actions/checkout@v5 # codecov wants to be inside a Git repository
40
- uses: actions/download-artifact@v4
41
with:
42
name: build_dir
0 commit comments