Skip to content

Commit 0fc3457

Browse files
committed
chore(ci): update actions/cache action to v4
1 parent e48e437 commit 0fc3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Cache pnpm modules
3535
id: cache-node-modules
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3939
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)