Skip to content

Commit f8d4278

Browse files
committed
move to cache@v4
1 parent d9837f1 commit f8d4278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github-actions/build-dzil-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runs:
33
using: "composite"
44
steps:
55
- name: Cache ~/perl5
6-
uses: actions/cache@v2
6+
uses: actions/cache@v4
77
with:
88
key: ${{ runner.os }}-dist-locallib
99
path: ~/perl5

github-actions/ci-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ runs:
255255
( fromJSON(inputs.target-all)
256256
|| fromJSON(inputs.target-setup-perl)
257257
)
258-
uses: actions/cache@v2
258+
uses: actions/cache@v4
259259
with:
260260
key: locallib-v2.${{ inputs.perl-deps-cache-version }}-${{ runner.os }}-${{ env.GHA_CACHE_PERL_V_HASH }}
261261
path: ~/perl5

0 commit comments

Comments
 (0)