ci(actions): Update workflow setup actions

Bump GitHub Actions checkout, setup-node, and setup-python to
Node 24-compatible major versions across the maintained workflows.
This removes the runner deprecation warning without changing the
workflow logic itself.
This commit is contained in:
sickn33
2026-04-09 14:02:19 +02:00
parent 2c652cfd5a
commit 80c0ebd668
8 changed files with 24 additions and 24 deletions

View File

@@ -23,10 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "lts/*"
cache: "npm"