fix(release): Downgraded checkout action due to node24 issue
Some checks failed
ci / goreleaser (push) Failing after 24s

This commit is contained in:
Patrick Sy 2025-10-01 14:48:43 +02:00
parent 8b197ea9f5
commit 56dbb7a9d5
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

View file

@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
-