From 6b4e0c1112e2d1ecedba35fae1507caab59354d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:16:29 +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 ff18cc7f..3aa69ffe 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 2e1a4625..f74ec7ef 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/*