From 1211c4d32525144c23e33d26095a5ef5b0ae4336 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 9 May 2025 15:02:43 +0000 Subject: [PATCH] build: update firebaseextended/action-hosting-deploy digest to d482eb9 See associated pull request for more information. --- .github/workflows/deploy-dev-app-main-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index 43a3c52f8e68..8b57610acdf8 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -38,7 +38,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: FirebaseExtended/action-hosting-deploy@638d3c162747cead0c1c0d3093208ed59dfd8231 # v0 + - uses: FirebaseExtended/action-hosting-deploy@d482eb942f549f059116ec36b191860128553142 # v0 id: deploy with: # Note: No token used here as the action otherwise may attempt to post a comment.