From e7ee24918d7e4550fc52fe1b2b70a88d5bd8563b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:45:56 +0000 Subject: [PATCH] Bump google-github-actions/deploy-appengine from 1 to 2 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](https://github.com/google-github-actions/deploy-appengine/compare/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] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1b553a8..f5d2d6f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 }}"