From e343fbe1534901ae4d885eaa3e9cd2fbd13ed2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:01:59 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 1.1.0 to 2.0.1 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.1.0 to 2.0.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...5a5f7b85fca43e76e53463acaa9d408a03c98d3a) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... 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 4521fbf34474..6177fa2a3ceb 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -101,7 +101,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@5a5f7b85fca43e76e53463acaa9d408a03c98d3a' - name: Release via GCP Artifact Registry run: |