Skip to content

Commit 4e410d3

Browse files
chore(deps): update actions/cache action to v5.0.3
1 parent f0e5906 commit 4e410d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-node-pnpm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2323
2424
- name: Save and restore pnpm cache on main
25-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2626
if: ${{ github.ref_name == 'main' }}
2727
with:
2828
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -31,7 +31,7 @@ runs:
3131
${{ runner.os }}-pnpm-store-
3232
3333
- name: Restore pnpm cache on PR
34-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
34+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535
if: ${{ github.ref_name != 'main' }}
3636
with:
3737
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)