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 2689d72 commit b8d296dCopy full SHA for b8d296d
1 file changed
action.yml
@@ -42,7 +42,7 @@ runs:
42
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
43
44
- name: Save and restore pnpm cache on main
45
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
46
if: ${{ github.ref_name == 'main' }}
47
with:
48
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -51,7 +51,7 @@ runs:
51
${{ runner.os }}-pnpm-store-
52
53
- name: Restore pnpm cache on PR
54
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55
if: ${{ github.ref_name != 'main' }}
56
57
0 commit comments