From c10e6b0f7a94b58c4aa7b189c841ac66bfc92cf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:40:34 +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 28f1fd7..5d5e062 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@v6 + - uses: actions/checkout@v7 with: # we need the whole thing so we can count commits. fetch-depth: '0'