From b64e7f7e08e43cb024e4c0560f84689c63088524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:53:50 +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 4ca2f2b0..e6bd5cfb 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: '12.22.12' diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7d764cc3..47bc8f5a 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@v2 + uses: actions/setup-node@v6 with: node-version: '12.22.12'