From 14c7ceb3c28b7c8eaf766d712104475ad21d3245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:40:49 +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 34c963b2..88c55eb3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -19,7 +19,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 edbc6038..473e182f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Set node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/*