From b4a2caa64aca72f8aeada59d0df3181a12df8268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 03:56:50 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/deploy-dist-to-surge-tetst.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dist-to-surge-tetst.yaml b/.github/workflows/deploy-dist-to-surge-tetst.yaml index fe486f8..ef780b4 100644 --- a/.github/workflows/deploy-dist-to-surge-tetst.yaml +++ b/.github/workflows/deploy-dist-to-surge-tetst.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code # Required to use the local version of the action - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 准备部署文件 (Testing working_dir and dist_dir) run: |