chore(deps): update actions/setup-node action to v7 (#1003)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-07-16 11:34:10 +02:00 committed by GitHub
parent 7bf9c6c8bd
commit 8af1fa77f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v7.0.0 uses: actions/checkout@v7.0.0
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6 uses: actions/setup-node@v7
with: with:
# Use the latest LTS version of Node.js already installed on the runner. # Use the latest LTS version of Node.js already installed on the runner.
node-version: latest node-version: latest

View File

@ -21,7 +21,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v7.0.0 uses: actions/checkout@v7.0.0
- name: Install node - name: Install node
uses: actions/setup-node@v6 uses: actions/setup-node@v7
with: with:
node-version: 24 node-version: 24
- name: Install QEMU static binaries - name: Install QEMU static binaries