Skip to content

Commit 0531c9c

Browse files
Update actions/cache action to v5
1 parent 141eb77 commit 0531c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
3333
3434
- name: Save and restore pnpm cache on main
35-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3636
if: ${{ github.ref_name == 'main' }}
3737
with:
3838
path: ${{ steps.store.outputs.STORE_PATH }}
@@ -41,7 +41,7 @@ runs:
4141
${{ runner.os }}-pnpm-store-
4242
4343
- name: Restore pnpm cache on PR
44-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
44+
uses: actions/cache/restore@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
4545
if: ${{ github.ref_name != 'main' }}
4646
with:
4747
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)