From 212658a4a2ed043cee87945e9683d02bf4e4bef0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:38:20 +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 2e1a4625f..f74ec7ef8 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/*