From 2e2a505328e97d41788137c5063d6695dfeaad4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:13:10 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci-and-release-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-and-release-tag.yml b/.github/workflows/ci-and-release-tag.yml index 3cd52bf..3185e98 100644 --- a/.github/workflows/ci-and-release-tag.yml +++ b/.github/workflows/ci-and-release-tag.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -52,7 +52,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true