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 1408abd commit 8af2ceeCopy full SHA for 8af2cee
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Unit Test
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Install pnpm
26
uses: pnpm/action-setup@v2
@@ -43,7 +43,7 @@ jobs:
43
name: Lint
44
45
46
47
48
49
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write
14
15
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
0 commit comments