fix: use actions/checkout@v4 in release workflow
ci / test (push) Failing after 5m47s

Matches the version used in ci.yml; v6 does not exist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 07:10:13 +10:00
co-authored by Claude Sonnet 4.6
parent 81c8c54f07
commit ae75b2a937
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
goreleaser: goreleaser:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0