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 19
19
container :
20
20
image : perldocker/perl-tester:5.36
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Run Tests
24
24
env :
25
25
AUTHOR_TESTING : 1
38
38
container :
39
39
image : perldocker/perl-tester:5.36
40
40
steps :
41
- - uses : actions/checkout@v3 # codecov wants to be inside a Git repository
41
+ - uses : actions/checkout@v4 # codecov wants to be inside a Git repository
42
42
- uses : actions/download-artifact@v3
43
43
with :
44
44
name : build_dir
94
94
- name : pin Test::Deep to 1.130 on Perl < 5.12
95
95
if : ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
96
96
run :
cpanm --notest Test::[email protected]
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
- uses : actions/download-artifact@v3
99
99
with :
100
100
name : build_dir
You can’t perform that action at this time.
0 commit comments