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 c9e4db1 commit c301421Copy full SHA for c301421
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v2
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/release.yaml
release:
with:
fetch-depth: 0
0 commit comments