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 97b202a commit ba383caCopy full SHA for ba383ca
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
name: CI cache
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: pnpm/action-setup@v4
17
- uses: actions/setup-node@v4
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