From 0fb57af2bf03a5869a1f7fa1786ff4e7bffb459c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:19:19 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 (#532) | datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-docs.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 3644d9f..6d1bdf0 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: # Use the latest LTS version of Node.js already installed on the runner. node-version: latest diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9009144..0cf0709 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - name: Install QEMU static binaries