👌 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:
parent
687b04a963
commit
b20434ee98
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user