Skip to content

Commit

Permalink
Bump google-github-actions/deploy-appengine from 1 to 2 (#314)
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/deploy-appengine](https://github.com/google-github-actions/deploy-appengine) from 1 to 2.
- [Release notes](https://github.com/google-github-actions/deploy-appengine/releases)
- [Changelog](https://github.com/google-github-actions/deploy-appengine/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/deploy-appengine@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent cb9e763 commit 169a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Deploy to App Engine
id: deploy
uses: google-github-actions/deploy-appengine@v1
uses: google-github-actions/deploy-appengine@v2

- name: cURL Test
run: curl "${{ steps.deploy.outputs.url }}"
Expand Down

0 comments on commit 169a61b

Please sign in to comment.