diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c115472d1..5d4662af4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: export_environment_variables: true # Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`. - name: '🔧 Set up Google Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@v2' # Now you can run gcloud commands authenticated as the impersonated service account. - name: Run build script diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index f3dde8fea..8b9052a4e 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -42,7 +42,7 @@ jobs: export_environment_variables: true # Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`. - name: '🔧 Set up Google Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@v2' # Now you can run gcloud commands authenticated as the impersonated service account. - name: Run diff --git a/.github/workflows/opengraph.yml b/.github/workflows/opengraph.yml index 2f52703d6..7f15a5eb6 100644 --- a/.github/workflows/opengraph.yml +++ b/.github/workflows/opengraph.yml @@ -42,7 +42,7 @@ jobs: export_environment_variables: true # Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`. - name: '🔧 Set up Google Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@v2' # Now you can run gcloud commands authenticated as the impersonated service account. - name: Download pricing