From 475a656944662af92a8cae505e517862da0d2c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:08:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02aca39b..c53dae57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: PRE_RELEASE_VERSION: ${{ inputs.pre_release_version }} - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 @@ -199,7 +199,7 @@ jobs: scope: arm64 steps: - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ needs.prepare.outputs.commit_hash || github.ref_name }} @@ -331,7 +331,7 @@ jobs: contents: write steps: - name: Checkout repo - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: ref: ${{ needs.prepare.outputs.commit_hash || github.ref_name }}