From b80c424840a4cf91c9add4843f62346bf42a1eec Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Wed, 1 Oct 2025 14:48:43 +0200 Subject: [PATCH] fix(release): Downgraded checkout action due to node24 issue --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce33b13..6264a1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v4 with: fetch-depth: 0 -