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 141eb77 commit 0531c9cCopy full SHA for 0531c9c
action.yml
@@ -32,7 +32,7 @@ runs:
32
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
33
34
- name: Save and restore pnpm cache on main
35
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
36
if: ${{ github.ref_name == 'main' }}
37
with:
38
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -41,7 +41,7 @@ runs:
41
${{ runner.os }}-pnpm-store-
42
43
- name: Restore pnpm cache on PR
44
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
45
if: ${{ github.ref_name != 'main' }}
46
47
0 commit comments