File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
container :
18
18
image : perldocker/perl-tester:5.36
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Run Tests
22
22
env :
23
23
AUTHOR_TESTING : 1
36
36
container :
37
37
image : perldocker/perl-tester:5.36
38
38
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
40
40
- uses : actions/download-artifact@v4
41
41
with :
42
42
name : build_dir
93
93
- name : pin Test::Deep to 1.130 on Perl < 5.12
94
94
if : ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
95
95
run :
cpanm --notest Test::[email protected]
96
- - uses : actions/checkout@v4
96
+ - uses : actions/checkout@v5
97
97
- uses : actions/download-artifact@v4
98
98
with :
99
99
name : build_dir
You can’t perform that action at this time.
0 commit comments