We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef1496 commit b1aeab1Copy full SHA for b1aeab1
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
registry-url: 'https://registry.npmjs.org'
35
cache: 'pnpm'
36
- name: Restore cached dependencies
37
- uses: actions/cache@v3
+ uses: actions/cache@v5
38
with:
39
path: ~/.pnpm-store
40
key: node-modules-${{ hashFiles('package.json') }}
.github/workflows/release.yml
0 commit comments