From 2ca0cab5a1c65a2542a28a8f047d68850b8f6973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:54:02 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2f6df7d3..3a7005169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: echo "${{ toJSON(github.event.inputs) }}" - name: Clone Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7382ec65c..4e2c08c23 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - name: Clone Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0