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 8c3cee4 commit 6a8f124Copy full SHA for 6a8f124
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
runs-on: ubuntu-latest
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
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments