👌 IMPROVE: refresh GitHub Actions versions

Keep the release workflow off deprecated Node 20-based action runtimes so the automation stays supported.
This commit is contained in:
kumarabhirup 2026-03-19 17:44:16 -07:00
parent 687b04a963
commit b20434ee98
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -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