diff --git a/.github/workflows/deploy-published-releases.yaml b/.github/workflows/deploy-published-releases.yaml index 829dc37e..3c926d1f 100644 --- a/.github/workflows/deploy-published-releases.yaml +++ b/.github/workflows/deploy-published-releases.yaml @@ -86,7 +86,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' if: ${{ !github.event.release.prerelease }} - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: '${{ secrets.GCLOUD_WORKLOAD_IDENTITY }}' service_account: '${{ secrets.GCLOUD_SERVICE_ACCOUNT }}' @@ -134,7 +134,7 @@ jobs: - id: auth name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: '${{ secrets.GCLOUD_WORKLOAD_IDENTITY }}' service_account: '${{ secrets.GCLOUD_SERVICE_ACCOUNT }}'