Skip to content

Commit a03cbef

Browse files
committed
Update: 最后更新时间计算修复
1 parent 09bd4d2 commit a03cbef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto_deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout the repository using git
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
12+
with:
13+
persist-credentials: false
14+
fetch-depth: 0
1215
- name: Install Node.js
1316
uses: actions/setup-node@v4
1417
with:

0 commit comments

Comments
 (0)