File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
container :
18
18
image : perldocker/perl-tester:5.34
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Build Dist
22
22
run : >
23
23
cpan-install-build-deps;
32
32
container :
33
33
image : perldocker/perl-tester:5.34
34
34
steps :
35
- - uses : actions/checkout@v2 # codecov wants to be inside a Git repository
35
+ - uses : actions/checkout@v4 # codecov wants to be inside a Git repository
36
36
- uses : actions/download-artifact@v4
37
37
with :
38
38
name : build_dir
@@ -102,7 +102,7 @@ jobs:
102
102
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
103
103
needs : build
104
104
steps :
105
- - uses : actions/checkout@v2
105
+ - uses : actions/checkout@v4
106
106
- name : Set Up Perl
107
107
uses : shogo82148/actions-setup-perl@v1
108
108
with :
@@ -144,7 +144,7 @@ jobs:
144
144
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
145
145
needs : build
146
146
steps :
147
- - uses : actions/checkout@v2
147
+ - uses : actions/checkout@v4
148
148
- name : Set Up Perl
149
149
uses : shogo82148/actions-setup-perl@v1
150
150
with :
You can’t perform that action at this time.
0 commit comments