From 2cabc7d0339c8759be300883b099b8a6af7e41f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:37:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 [skip netlify] --- .github/workflows/lint-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index 06d11f64..f9488bc8 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: cache: npm - name: Install dependencies