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 c2d94d9 commit 2f0c0fcCopy full SHA for 2f0c0fc
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
name: CI cache
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- uses: pnpm/action-setup@v4
17
- uses: actions/setup-node@v6
18
with:
@@ -27,7 +27,7 @@ jobs:
27
28
needs: cache
29
30
31
32
33
@@ -44,7 +44,7 @@ jobs:
44
45
needs: [cache, lint]
46
47
48
49
# pulls all commits (needed for lerna / semantic release to correctly version)
50
fetch-depth: '0'
0 commit comments