Skip to content

Commit ca0b41b

Browse files
chore(deps): update actions/checkout action to v7
1 parent bc92bc5 commit ca0b41b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
# 如果你文档需要 Git 子模块,取消注释下一行

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
with:
1414
fetch-depth: 0
1515
# 如果你文档需要 Git 子模块,取消注释下一行

0 commit comments

Comments
 (0)