We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48e437 commit 0fc3457Copy full SHA for 0fc3457
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Cache pnpm modules
35
id: cache-node-modules
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
39
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments