Skip to content

Commit a811088

Browse files
build(deps): bump FirebaseExtended/action-hosting-deploy (#769)
Bumps the actions_dep group with 1 update: [FirebaseExtended/action-hosting-deploy](https://github.com/firebaseextended/action-hosting-deploy). Updates `FirebaseExtended/action-hosting-deploy` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/firebaseextended/action-hosting-deploy/releases) - [Commits](FirebaseExtended/action-hosting-deploy@0cbcac4...e2eda2e) --- updated-dependencies: - dependency-name: FirebaseExtended/action-hosting-deploy dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions_dep ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8f0edd commit a811088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1515
- run: npm ci && npm run build
1616
working-directory: docs_v2
17-
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a
17+
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c
1818
with:
1919
repoToken: ${{ secrets.GITHUB_TOKEN }}
2020
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_LANGCHAIN_DART }}

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
- run: npm ci && npm run build
2020
working-directory: docs_v2
21-
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a
21+
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c
2222
with:
2323
repoToken: ${{ secrets.GITHUB_TOKEN }}
2424
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_LANGCHAIN_DART }}

0 commit comments

Comments
 (0)