From ae75b2a937ce533e7b474d863b96dd7b3a9f69d0 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 5 Aug 2026 07:10:13 +1000 Subject: [PATCH] fix: use actions/checkout@v4 in release workflow Matches the version used in ci.yml; v6 does not exist. Co-Authored-By: Claude Sonnet 4.6 --- .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 192241b..136c052 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v4 with: fetch-depth: 0