From b941325d8b3552ccb264164f4fa55ed9cdfda1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 21:23:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 [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..14a79dce 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@v5 with: cache: npm - name: Install dependencies