From 44ebe9338dc9184fc56f5be4007e7f6fb037ec5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 07:43:37 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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..af40afe 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@v5 with: # we need the whole thing so we can count commits. fetch-depth: '0'