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.
2 parents 43ed346 + 2011775 commit 23f66abCopy full SHA for 23f66ab
.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@v4
@@ -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