We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14ddc32 + 48be413 commit cfff420Copy full SHA for cfff420
1 file changed
.github/workflows/npmpublish.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
-
21
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
22
- uses: actions/cache@v5
23
name: Cache pnpm store
24
with:
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
fetch-depth: 0
54
0 commit comments