From 7530a1762b762ab6da0faa6a4427841f8083591d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 07:59:20 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 8af2c30..cdb3716 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -17,7 +17,7 @@ jobs: # 步骤名 - name: Checkout # 使用的actions脚本,这里是官方提供的获取源码脚本 - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 # 这个为使用 JamesIves/github-pages-deploy-action脚本所需要的配置 with: persist-credentials: false