We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b7d6c6 + bb2501f commit c9ad601Copy full SHA for c9ad601
.github/workflows/dev-commandkit.yaml
@@ -33,7 +33,7 @@ jobs:
33
registry-url: https://registry.npmjs.org
34
35
- name: 💾 Cache pnpm store
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ~/.pnpm-store
39
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/lint.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments