Skip to content

Commit 437f2fb

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88cb269 commit 437f2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
FTP_HOST: ${{ secrets.ftp_host }}
1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
# 获取所有标记和分支的所有历史记录(updatetime 必须,否则每次都会变化)
2222
fetch-depth: 0

0 commit comments

Comments
 (0)