We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 994b740 + 65ea828 commit 8675b72Copy full SHA for 8675b72
3 files changed
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: Install Pnpm
27
run: npm i -g corepack@latest --force && corepack enable
.github/workflows/release.yml
- name: 检出代码
with:
fetch-depth: 0
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
0 commit comments