Skip to content

Commit f1b5656

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 11760dc commit f1b5656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2222
2323
- name: Save and restore pnpm cache on main
24-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525
if: ${{ github.ref_name == 'main' }}
2626
with:
2727
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -30,7 +30,7 @@ runs:
3030
${{ runner.os }}-pnpm-store-
3131
3232
- name: Restore pnpm cache on PR
33-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
if: ${{ github.ref_name != 'main' }}
3535
with:
3636
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)