Skip to content

Commit 006cf16

Browse files
committed
修改 workflow
1 parent 0a36ae7 commit 006cf16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-example-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
1414
fetch-depth: 0

public/.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
1717
fetch-depth: 0

0 commit comments

Comments
 (0)