From 7634561f1c11ac8ffb2dd97a57b6b86f7cfc7e2a Mon Sep 17 00:00:00 2001 From: RaduP Date: Wed, 27 May 2026 14:40:17 +0300 Subject: [PATCH] fix: update github actions to use a non-legacy node --- .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 3c1da016..ab61734a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout (full history) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0