From b21a5678f7b95614f3ee5982dda11badee2590ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:06:54 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-tag):=20Update=20tag=20actions/checko?= =?UTF-8?q?ut=20(=20v6.1.0=20=E2=9E=94=20v7.0.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/news.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e9ccc..49221f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout code - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml index 6cd2c2d..739dbc1 100644 --- a/.github/workflows/news.yml +++ b/.github/workflows/news.yml @@ -74,7 +74,7 @@ jobs: - name: Checkout code if: ${{ steps.cadence.outputs.should_run == 'true' }} - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false