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 f0b048e commit 136af64Copy full SHA for 136af64
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
11
12
with:
fetch-depth: 0
0 commit comments