From fd8befc8c71c967e398289c372dd12d183e0a462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:27:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 (#3616) --- .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 7d6d10a34..b31696d10 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@v6.0.1 + uses: actions/checkout@v6.0.2 - 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 1bd169ba4..9a2085b54 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 1d52c9ef4..4eccf729d 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -42,7 +42,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index d7884e74c..d4b7d07e8 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@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run Renovate uses: renovatebot/github-action@8cb0d4a6ab7d8bb90460a005f7bd33b80dd07ca8 # v44.2.5 with: