Skip to content

Commit 1febf9d

Browse files
⬆️ Update actions/cache action to v5
1 parent 983fa04 commit 1febf9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2424

2525
- name: Restore pnpm cache
26-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2727
with:
2828
path: |
2929
${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)