From 9b4840a0d5ea30bb1be1bffc8f2a957451499199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:54:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ff18cc7fc..3aa69ffe5 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Set node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52e1e1d08..65d21016c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Set node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/*