Skip to content

Commit fdeba15

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
node-version-file: package.json
2121

2222
- name: Restore pnpm cache
23-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
23+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2424
with:
2525
path: ${{ steps.pnpm-store.outputs.store_path }}
2626
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -34,7 +34,7 @@ runs:
3434
- name: Save pnpm cache if main branch
3535
if: github.ref_name == 'main'
3636
id: save-pnpm-cache
37-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3838
with:
3939
path: ${{ steps.pnpm-store.outputs.store_path }}
4040
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)