From 4f3a444e2bc5c587894f9ab77fd242e57945d2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:30:19 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 (#1825) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f8d225b..9e8afb4bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v5 - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 24.11.0 cache: 'yarn' @@ -149,7 +149,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 24.11.0 cache: 'yarn'