From 7cc149c9f499364f7e66378a21ed178412e75cc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:59:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 | datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v5 | v6 | 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 6d1bdf0..aad4788 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@v5 + uses: actions/setup-node@v6 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 792c155..53f0193 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@v5 + uses: actions/setup-node@v6 with: node-version: 22 - name: Install QEMU static binaries