From da465898c5fe7415371d77b610463b598eb4eea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:01:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.1 (#4228) --- .github/workflows/merge-prs.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-prs.yml b/.github/workflows/merge-prs.yml index 0771e0636..9c072f264 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@v4.3.0 + uses: actions/checkout@v4.3.1 - name: 登录到 GitHub CLI run: gh auth login --with-token <<< "${{ github.token }}" diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ae7a6dcbd..7c7349456 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@v4.3.0 + uses: actions/checkout@v4.3.1 - name: Run Renovate uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7 with: