From 59c4362bfedd7bf798817a1a9467813bcd9f9c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 03:36:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.0.1 (#2531) --- .github/workflows/merge-prs.yml | 2 +- .github/workflows/notice-board.yml | 2 +- .github/workflows/renovate-app-version.yml | 2 +- .github/workflows/renovate.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-prs.yml b/.github/workflows/merge-prs.yml index 1ca143022..d37f3be49 100644 --- a/.github/workflows/merge-prs.yml +++ b/.github/workflows/merge-prs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 - name: 登录到 GitHub CLI run: gh auth login --with-token <<< "${{ github.token }}" diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 4ebe43cc4..04baec7b0 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index f6d329540..7f604c917 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -43,7 +43,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 08bf0dc09..ca1da0546 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 - name: Run Renovate uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2 with: