We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9837f1 commit f8d4278Copy full SHA for f8d4278
github-actions/build-dzil-dist/action.yml
@@ -3,7 +3,7 @@ runs:
3
using: "composite"
4
steps:
5
- name: Cache ~/perl5
6
- uses: actions/cache@v2
+ uses: actions/cache@v4
7
with:
8
key: ${{ runner.os }}-dist-locallib
9
path: ~/perl5
github-actions/ci-dist/action.yml
@@ -255,7 +255,7 @@ runs:
255
( fromJSON(inputs.target-all)
256
|| fromJSON(inputs.target-setup-perl)
257
)
258
259
260
key: locallib-v2.${{ inputs.perl-deps-cache-version }}-${{ runner.os }}-${{ env.GHA_CACHE_PERL_V_HASH }}
261
0 commit comments