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 74
74
path : .
75
75
- name : Install deps
76
76
if : success()
77
- uses : perl-actions/install-with-cpm@v1.4
77
+ uses : perl-actions/install-with-cpm@v1.9
78
78
with :
79
79
cpanfile : " cpanfile"
80
80
args : " --with-recommends --with-suggests --with-test"
@@ -113,7 +113,7 @@ jobs:
113
113
path : .
114
114
- run : perl -V
115
115
- name : install deps using cpm
116
- uses : perl-actions/install-with-cpm@v1.4
116
+ uses : perl-actions/install-with-cpm@v1.9
117
117
with :
118
118
cpanfile : " cpanfile"
119
119
args : " --with-recommends --with-suggests --with-test"
@@ -154,7 +154,7 @@ jobs:
154
154
name : build_dir
155
155
path : .
156
156
- name : install deps using cpanm
157
- uses : perl-actions/install-with-cpm@v1.4
157
+ uses : perl-actions/install-with-cpm@v1.9
158
158
with :
159
159
cpanfile : " cpanfile"
160
160
sudo : false
You can’t perform that action at this time.
0 commit comments