Skip to content

Commit

Permalink
use actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 17, 2025
1 parent eb43748 commit bfb60e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
cip cache-key
- name: Cache CPAN modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cip
key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ls -l perlversion.txt
- name: Cache CPAN modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/perl5
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ls perlversion.txt
- name: Cache CPAN modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: c:\cx
key: ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
perl -V > perlversion.txt
- name: Cache CPAN modules
uses: actions/cache@v1
uses: actions/cache@v4
env:
cache-name: cache-cpan-modules
with:
Expand Down

0 comments on commit bfb60e2

Please sign in to comment.