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.38
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Allow for file ownership conflicts with Docker and GitHub Actions
24
24
run : git config --global --add safe.directory '*'
25
25
- name : Run Tests with coverage
@@ -104,7 +104,7 @@ jobs:
104
104
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105
105
needs : build
106
106
steps :
107
- - uses : actions/checkout@v3
107
+ - uses : actions/checkout@v4
108
108
- name : Set Up Perl
109
109
uses : shogo82148/actions-setup-perl@v1
110
110
with :
@@ -158,7 +158,7 @@ jobs:
158
158
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
159
159
needs : build
160
160
steps :
161
- - uses : actions/checkout@v3
161
+ - uses : actions/checkout@v4
162
162
- name : Set Up Perl
163
163
uses : shogo82148/actions-setup-perl@v1
164
164
with :
You can’t perform that action at this time.
0 commit comments