Skip to content

Commit

Permalink
build(deps): bump sws2apps/firebase-deployment from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [sws2apps/firebase-deployment](https://github.com/sws2apps/firebase-deployment) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/sws2apps/firebase-deployment/releases)
- [Changelog](https://github.com/sws2apps/firebase-deployment/blob/main/CHANGELOG.md)
- [Commits](sws2apps/firebase-deployment@0c70641...31c47fb)

---
updated-dependencies:
- dependency-name: sws2apps/firebase-deployment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rhahao committed Mar 1, 2023
1 parent 9df07f1 commit c06b3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Deploy to Firebase
if: ${{ steps.check_build.outputs.files_exists == 'true' }}
uses: sws2apps/firebase-deployment@0c7064193015dbff8eefbf511fcc2221d82c270b
uses: sws2apps/firebase-deployment@31c47fb8bc4e424bba835c3f29a710d1f9607ad9
with:
workloadIdentityProvider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
serviceAccount: ${{ secrets.SERVICE_ACCOUNT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Deploy to Firebase
if: ${{ steps.check_build.outputs.files_exists == 'true' }}
uses: sws2apps/firebase-deployment@0c7064193015dbff8eefbf511fcc2221d82c270b
uses: sws2apps/firebase-deployment@31c47fb8bc4e424bba835c3f29a710d1f9607ad9
with:
workloadIdentityProvider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
serviceAccount: ${{ secrets.SERVICE_ACCOUNT }}
Expand Down

0 comments on commit c06b3c7

Please sign in to comment.