From f1f9177c08a73dfe11525b4e82a80e08f08bc1cb Mon Sep 17 00:00:00 2001 From: caiwuu <2252711582@qq.com> Date: Mon, 19 Feb 2024 10:34:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Ddeploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f284aea..2d898af 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -17,7 +17,7 @@ jobs: # 步骤名 - name: Checkout # 使用的actions脚本,这里是官方提供的获取源码脚本 - uses: actions/checkout@v2.308.0 + uses: actions/checkout@v4 # 这个为使用 JamesIves/github-pages-deploy-action脚本所需要的配置 with: persist-credentials: false