diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e73dd13f..8cbfa27c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: rm .notificationrc shell: bash - name: gcloud auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: gcloud sdk @@ -80,7 +80,7 @@ jobs: rm .extensionrc shell: bash - name: gcloud auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: gcloud sdk