We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff90df commit d21a26fCopy full SHA for d21a26f
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: '20'
21
22
- name: Cache pnpm modules
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.pnpm-store
26
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments