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 643fc8c commit 2011775Copy full SHA for 2011775
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v2
@@ -39,7 +39,7 @@ jobs:
39
fail-fast: false
40
41
42
43
44
45
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
11
12
with:
fetch-depth: 0
0 commit comments