We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e5906 commit 4e410d3Copy full SHA for 4e410d3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35
if: ${{ github.ref_name != 'main' }}
36
37
0 commit comments