From 7102c489b1759b36bfde9525f3c7b466916ec292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:33:07 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 309c5c4..fc4658a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 检查分支 - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: master token: ${{ secrets.GITHUB_TOKEN }}