From 005c6c383aa099178f78a12feb6ed4f509f32cac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:03:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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..3a76faa8 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@v7 with: node-version: '14.21.3' diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fb4491d1..8779fe3d 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@v7 with: node-version: '16.20.2'