fix(release): Downgraded checkout action due to node24 issue

This commit is contained in:
Patrick Sy 2025-10-01 14:48:43 +02:00
parent 54cc8caf1a
commit b80c424840

View file

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