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 f8aebb3 commit f5adc2bCopy full SHA for f5adc2b
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
contents: write
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
36
37
38
- name: Install pnpm
39
uses: pnpm/[email protected]
.github/workflows/unit-test.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
40
fail-fast: false
41
42
43
44
45
46
0 commit comments