From bbfd3fd048ba2aa43bab3eb0b3120775bebc77f2 Mon Sep 17 00:00:00 2001 From: Masahiro Furudate <178inaba.git@gmail.com> Date: Sun, 21 Apr 2024 21:54:23 +0900 Subject: [PATCH] Update action-hosting-deploy version --- src/experiments.ts | 2 +- src/init/features/hosting/github.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/experiments.ts b/src/experiments.ts index ee53d56ea1c..c778f22247e 100644 --- a/src/experiments.ts +++ b/src/experiments.ts @@ -217,7 +217,7 @@ export function assertEnabled(name: ExperimentName, task: string): void { "FIREBASE_CLI_EXPERIMENTS", )} environment variable to ${filename}, like so: ${italic(` -- uses: FirebaseExtended/action-hosting-deploy@v0 +- uses: FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322 with: ... env: diff --git a/src/init/features/hosting/github.ts b/src/init/features/hosting/github.ts index 46bf98cd7f6..dcf8ac0f9e1 100644 --- a/src/init/features/hosting/github.ts +++ b/src/init/features/hosting/github.ts @@ -32,7 +32,7 @@ const YML_PULL_REQUEST_FILENAME = "firebase-hosting-pull-request.yml"; const YML_MERGE_FILENAME = "firebase-hosting-merge.yml"; const CHECKOUT_GITHUB_ACTION_NAME = "actions/checkout@v4"; -const HOSTING_GITHUB_ACTION_NAME = "FirebaseExtended/action-hosting-deploy@v0"; +const HOSTING_GITHUB_ACTION_NAME = "FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322"; const SERVICE_ACCOUNT_MAX_KEY_NUMBER = 10;