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 e5169ff commit 007623bCopy full SHA for 007623b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Unit Test
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Install pnpm
26
uses: pnpm/[email protected]
@@ -46,7 +46,7 @@ jobs:
46
name: Lint
47
48
49
50
51
52
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write
14
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
0 commit comments