From 7d8e7d63c5e71e47eb0f5a6bd782ade0256a6280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:09:45 +0000 Subject: [PATCH] chore(deps): update many non-major --- .github/workflows/.firebase/build-and-deploy.yml | 4 ++-- .github/workflows/build-and-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index b5d4bada..d379bada 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '14.21.3' - name: Cache dependencies uses: actions/cache@v2 @@ -56,7 +56,7 @@ jobs: run: cd .functions && npm ci --only=production && cd ../.. - name: Check last changed files - uses: lots0logs/gh-action-get-changed-files@2.1.4 + uses: lots0logs/gh-action-get-changed-files@2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} id: changed_files diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index eae3b0f7..2526c529 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '14.21.3' - name: Cache dependencies uses: actions/cache@v2