From 84ca0afbb77cb661e13aeec46a51fe5348760d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:14:33 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/deploy-appengine Bumps [google-github-actions/deploy-appengine](https://github.com/google-github-actions/deploy-appengine) from 0.2.0 to 0.8.0. - [Release notes](https://github.com/google-github-actions/deploy-appengine/releases) - [Changelog](https://github.com/google-github-actions/deploy-appengine/blob/v0.8.0/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/deploy-appengine/compare/v0.2.0...v0.8.0) --- updated-dependencies: - dependency-name: google-github-actions/deploy-appengine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/appengine_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appengine_deploy.yml b/.github/workflows/appengine_deploy.yml index f768874a31e..48908a749a1 100644 --- a/.github/workflows/appengine_deploy.yml +++ b/.github/workflows/appengine_deploy.yml @@ -42,7 +42,7 @@ jobs: path: _deploy/ - name: Deploy to App Engine - uses: google-github-actions/deploy-appengine@v0.2.0 + uses: google-github-actions/deploy-appengine@v0.8.0 # For parameters see: # https://github.com/google-github-actions/deploy-appengine#inputs with: