Skip to content

Commit

Permalink
Bump google-github-actions/deploy-cloud-functions from 1.0.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/google-github-actions/deploy-cloud-functions/releases)
- [Changelog](https://github.com/google-github-actions/deploy-cloud-functions/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/deploy-cloud-functions@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: google-github-actions/deploy-cloud-functions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent f8fd990 commit cfbac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Deploy to Google Cloud Functions
uses: google-github-actions/deploy-cloud-functions@v1.0.1
uses: google-github-actions/deploy-cloud-functions@v2.0.0
with:
name: ${{ github.event_name == 'release' && 'openhabGoogleAssistant' || 'openhabGoogleAssistant_test' }}
runtime: nodejs18
Expand Down

0 comments on commit cfbac80

Please sign in to comment.