From 4065f866ad98f3f67a475db28e7bbde3c6baddc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:47:22 +0000 Subject: [PATCH] Bump FirebaseExtended/action-hosting-deploy from 0.10.0 to 0.11.0 Bumps [FirebaseExtended/action-hosting-deploy](https://github.com/firebaseextended/action-hosting-deploy) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/firebaseextended/action-hosting-deploy/releases) - [Commits](https://github.com/firebaseextended/action-hosting-deploy/compare/e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c...500ac625ca2dd40cbd15f7659af953801858032a) --- updated-dependencies: - dependency-name: FirebaseExtended/action-hosting-deploy dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-live.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index 03bac0c83..776e790bb 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -143,7 +143,7 @@ jobs: - name: Deploy to Firebase id: deploy_live - uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0 + uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: "${{ steps.creds.outputs.sa_key }}" diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index c200ec7f0..086dd0137 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -311,7 +311,7 @@ jobs: - name: Deploy to Firebase id: deploy_preview - uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0 + uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: "${{ steps.creds.outputs.sa_key }}"