Skip to content

Commit 96c39d8

Browse files
chore(deps): update actions/cache action to v5 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3dab94 commit 96c39d8

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
@@ -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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
25+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3535
if: ${{ github.ref_name != 'main' }}
3636
with:
3737
path: ${{ steps.store.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)