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 6fdee74Copy full SHA for 6fdee74
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
45
if: ${{ github.ref_name != 'main' }}
46
47
0 commit comments