From efc58f0da1c19860c8ade370a806ba64bf5e36a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:33:38 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 1.1.0 to 1.1.1 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/62d4898025f6041e16b1068643bfc5a696863587...e30db14379863a8c79331b04a9969f4c1e225e0b) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index c7639d0cbf16..a0bc80a241ff 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -100,7 +100,7 @@ jobs: credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}' - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587' + uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b' - name: Release via GCP Artifact Registry run: |