From 21f1a85c30027bd9caffd87a767556aa5f8bfff6 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 5 Dec 2024 14:07:20 -0300 Subject: [PATCH] ci: Bump firebase-tools to latest v13.28.0 --- .github/workflows/test-apps.yml | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-apps.yml b/.github/workflows/test-apps.yml index 74f982df1..abd10c247 100644 --- a/.github/workflows/test-apps.yml +++ b/.github/workflows/test-apps.yml @@ -104,11 +104,11 @@ jobs: ${{ steps.npm-paths.outputs.LIB_PATH }} ${{ steps.npm-paths.outputs.BIN_PATH }} ~/.npm-global/bin - key: ${{ runner.os }}-npm-globals-firebase-tools-13.27.0 + key: ${{ runner.os }}-npm-globals-firebase-tools-13.28.0 - if: steps.npm-g-cache.outputs.cache-hit != 'true' shell: bash - run: npm install -g firebase-tools@13.27.0 + run: npm install -g firebase-tools@13.28.0 - name: Initialize Firebase emulators shell: bash diff --git a/action.yml b/action.yml index 9b8961019..2ce234960 100644 --- a/action.yml +++ b/action.yml @@ -142,11 +142,11 @@ runs: ${{ steps.npm-paths.outputs.LIB_PATH }} ${{ steps.npm-paths.outputs.BIN_PATH }} ~/.npm-global/bin - key: ${{ runner.os }}-npm-g-firebase-tools-13.27.0 + key: ${{ runner.os }}-npm-g-firebase-tools-13.28.0 - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true' shell: bash - run: npm i --location=global firebase-tools@13.27.0 + run: npm i --location=global firebase-tools@13.28.0 - if: github.event_name == 'push' uses: dorny/paths-filter@v3.0.2