Skip to content

Commit 9706607

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent f345f25 commit 9706607

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
23+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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)