From b20434ee98adae17146cbd3f9711bf8578d78681 Mon Sep 17 00:00:00 2001 From: kumarabhirup Date: Thu, 19 Mar 2026 17:44:16 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20refresh=20GitHub=20Ac?= =?UTF-8?q?tions=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep the release workflow off deprecated Node 20-based action runtimes so the automation stays supported. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3404b118e35..71b4fc6c59f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -30,7 +30,7 @@ jobs: version: 10.23.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 24 cache: pnpm