diff --git a/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml b/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml index 9eaafaf..c26b8bf 100644 --- a/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml +++ b/.github/workflows/ci-deploy-snapshot-maven-artifacts.yaml @@ -17,7 +17,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: ${{ secrets.GCP_STREAMX_RELEASES_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_STREAMX_RELEASES_SNAPSHOT_DEPLOY_SA }} diff --git a/.github/workflows/ci-test-build.yaml b/.github/workflows/ci-test-build.yaml index a2fa005..5721979 100644 --- a/.github/workflows/ci-test-build.yaml +++ b/.github/workflows/ci-test-build.yaml @@ -19,7 +19,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: ${{ secrets.GCP_STREAMX_RELEASES_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_STREAMX_RELEASES_SNAPSHOT_DEPLOY_SA }} diff --git a/.github/workflows/release-maven-artifacts.yaml b/.github/workflows/release-maven-artifacts.yaml index 1a5dd6a..4436649 100644 --- a/.github/workflows/release-maven-artifacts.yaml +++ b/.github/workflows/release-maven-artifacts.yaml @@ -17,7 +17,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: ${{ secrets.GCP_STREAMX_RELEASES_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_STREAMX_RELEASES_RELEASE_DEPLOY_SA }}