We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 652add5 + 43908bd commit f42cee8Copy full SHA for f42cee8
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "store_path=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
30
31
- name: Cache pnpm store
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: ${{ steps.pnpm-store.outputs.store_path }}
35
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments