Skip to content

Commit bfb60e2

Browse files
committed
use actions/cache@v4
1 parent eb43748 commit bfb60e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
cip cache-key
107107
108108
- name: Cache CPAN modules
109-
uses: actions/cache@v2
109+
uses: actions/cache@v4
110110
with:
111111
path: ~/.cip
112112
key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ls -l perlversion.txt
4141
4242
- name: Cache CPAN modules
43-
uses: actions/cache@v1
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/perl5
4646
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}

.github/workflows/msys2-mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ls perlversion.txt
5959
6060
- name: Cache CPAN modules
61-
uses: actions/cache@v1
61+
uses: actions/cache@v4
6262
with:
6363
path: c:\cx
6464
key: ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }}

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
perl -V > perlversion.txt
4444
4545
- name: Cache CPAN modules
46-
uses: actions/cache@v1
46+
uses: actions/cache@v4
4747
env:
4848
cache-name: cache-cpan-modules
4949
with:

0 commit comments

Comments
 (0)