We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fd354 + 88aac64 commit c15017bCopy full SHA for c15017b
1 file changed
.github/workflows/build-test-ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: pnpm install
28
- run: pnpm lint
29
- name: Cache pnpm modules
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
with:
32
path: ~/.pnpm-store
33
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments