diff --git a/.github/workflows/check-nodejs-dependencies.yml b/.github/workflows/check-nodejs-dependencies.yml index 6c9c0b5..023b4d7 100644 --- a/.github/workflows/check-nodejs-dependencies.yml +++ b/.github/workflows/check-nodejs-dependencies.yml @@ -86,7 +86,7 @@ jobs: # setup-gcloud without components is required to have the proper authentication for gsutil commands - name: Set up Google Cloud CLI - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: install_components: '' diff --git a/.github/workflows/release_library.yml b/.github/workflows/release_library.yml index 3e86c9f..bf52c82 100644 --- a/.github/workflows/release_library.yml +++ b/.github/workflows/release_library.yml @@ -126,7 +126,7 @@ jobs: # setup-gcloud without components is required to have the proper authentication for gsutil commands - name: Set up Google Cloud CLI if: inputs.ENABLE_TESTING && inputs.ENABLE_COVERAGE - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: install_components: '' diff --git a/.github/workflows/verify_library.yml b/.github/workflows/verify_library.yml index a7ebd1a..50304b9 100644 --- a/.github/workflows/verify_library.yml +++ b/.github/workflows/verify_library.yml @@ -150,7 +150,7 @@ jobs: - name: Set up Google Cloud CLI if: inputs.ENABLE_VISUAL_TESTING || inputs.ENABLE_PLAYWRIGHT - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: skip_install: true