From 0aee427bde8b0fbdf8c8af125c7a5dac17e5c397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:05:48 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 | datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v4 | v5 | Signed-off-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 72bb9f6..7b66b92 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