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 a7cd7f7 commit 293086cCopy full SHA for 293086c
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Lint and build
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- uses: pnpm/action-setup@v4
21
- uses: actions/setup-node@v6
22
with:
@@ -36,7 +36,7 @@ jobs:
36
needs: [lint-and-build]
37
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
38
39
40
41
# pulls all commits (needed for lerna / semantic release to correctly version)
42
fetch-depth: "0"
0 commit comments