From e5c47f3d8cb1242e4c5a8d24f720065a09c8b858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:29:30 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba516e8..b9ac435 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: # we need the whole thing so we can count commits. fetch-depth: '0'