File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
cip cache-key
107
107
108
108
- name : Cache CPAN modules
109
- uses : actions/cache@v2
109
+ uses : actions/cache@v4
110
110
with :
111
111
path : ~/.cip
112
112
key : ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
Original file line number Diff line number Diff line change 40
40
ls -l perlversion.txt
41
41
42
42
- name : Cache CPAN modules
43
- uses : actions/cache@v1
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/perl5
46
46
key : ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
Original file line number Diff line number Diff line change 58
58
ls perlversion.txt
59
59
60
60
- name : Cache CPAN modules
61
- uses : actions/cache@v1
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : c:\cx
64
64
key : ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }}
Original file line number Diff line number Diff line change 43
43
perl -V > perlversion.txt
44
44
45
45
- name : Cache CPAN modules
46
- uses : actions/cache@v1
46
+ uses : actions/cache@v4
47
47
env :
48
48
cache-name : cache-cpan-modules
49
49
with :
You can’t perform that action at this time.
0 commit comments