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 4432e23 + 70d82cf commit fabea4fCopy full SHA for fabea4f
.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
.github/workflows/unit-test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/[email protected]
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments