From e2d5112f8647e4f988a5d99137f0abd0b0ae69fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:48:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/.firebase/build-and-deploy.yml | 2 +- .github/workflows/build-and-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index 46186841..6dd8b416 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ github.ref }} - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: '14.21.3' diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fb4491d1..698d4393 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ github.ref }} - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '16.20.2'