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.
1 parent d371a05 commit bb2501fCopy full SHA for bb2501f
.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
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments