From 6d08fa1780197c10847ece21047b6ede11fc3873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:52:52 +0100 Subject: [PATCH] Bump actions/setup-node from 5 to 6 (#6117) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e779fa63..2d51a708d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Install dependencies run: uv sync --locked - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: "24.10" - name: Bare Metal ${{ matrix.script.name }}