We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41684b2 + 7a5ead2 commit 8625008Copy full SHA for 8625008
3 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: 检出代码
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: 设置 Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v5
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
- name: 设置 Node.js
81
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
with:
35
fetch-depth: 0
36
.github/workflows/release.yml
0 commit comments