diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index e259215..7a6f594 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -57,7 +57,7 @@ jobs: cli_config_credentials_token: ${{ secrets.terraform_api_token }} - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.gcp-service-account-key }} @@ -242,7 +242,7 @@ jobs: repository: fluent/fluent-bit-ci - if: matrix.cloud == 'gke' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.gcp-service-account-key }} diff --git a/.github/workflows/call-run-performance-test.yaml b/.github/workflows/call-run-performance-test.yaml index 359dc5a..f59a048 100644 --- a/.github/workflows/call-run-performance-test.yaml +++ b/.github/workflows/call-run-performance-test.yaml @@ -53,7 +53,7 @@ jobs: repository: fluent/fluent-bit-ci - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.service-account }} @@ -106,7 +106,7 @@ jobs: repository: fluent/fluent-bit-ci - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.service-account }} diff --git a/.github/workflows/update-packer-vm.yaml b/.github/workflows/update-packer-vm.yaml index c527c81..ecaab45 100644 --- a/.github/workflows/update-packer-vm.yaml +++ b/.github/workflows/update-packer-vm.yaml @@ -33,7 +33,7 @@ jobs: shell: bash - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_SA_KEY }}