From 82a0140466fc2e8f7e32d78fb2b2af78826c3ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:06:14 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 0 to 1 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 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/v0...d51b5346f85640ec2aa2fa057354d2b82c2fcbce) --- 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/ci-model-regression-on-schedule.yml | 4 ++-- .github/workflows/ci-model-regression.yml | 4 ++-- .github/workflows/nightly_release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index 0e19f87e21e4..ed4fb3aaf8d7 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -123,7 +123,7 @@ jobs: ./gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb + - uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce with: version: "${{ env.GCLOUD_VERSION }}" service_account_key: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} @@ -704,7 +704,7 @@ jobs: export CLOUDSDK_PYTHON=${{ steps.python.outputs.python-path }} # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb + - uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce with: version: "${{ env.GCLOUD_VERSION }}" service_account_key: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 128693cb9f23..b10f369037ac 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -220,7 +220,7 @@ jobs: gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb + - uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce with: version: "${{ env.GCLOUD_VERSION }}" service_account_key: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} @@ -903,7 +903,7 @@ jobs: steps: # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb + - uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce with: version: "${{ env.GCLOUD_VERSION }}" service_account_key: ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }} diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index ac0ac65de178..8e0a173cbf4e 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -98,7 +98,7 @@ jobs: credentials_json: '${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}' - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v0' + uses: 'google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce' - name: Release via GCP Artifact Registry run: |