Skip to content

Commit

Permalink
Update action-hosting-deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Apr 24, 2024
1 parent d55fc10 commit bbfd3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/init/features/hosting/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bbfd3fd

Please sign in to comment.