We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dab94 commit 96c39d8Copy full SHA for 96c39d8
1 file changed
.github/actions/setup-node-pnpm/action.yml
@@ -22,7 +22,7 @@ runs:
22
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
23
24
- name: Save and restore pnpm cache on main
25
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
26
if: ${{ github.ref_name == 'main' }}
27
with:
28
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -31,7 +31,7 @@ runs:
31
${{ runner.os }}-pnpm-store-
32
33
- name: Restore pnpm cache on PR
34
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
35
if: ${{ github.ref_name != 'main' }}
36
37
0 commit comments