diff --git a/.github/workflows/AWS-EC2-Tests.yaml b/.github/workflows/AWS-EC2-Tests.yaml index 56baa59..c50acd1 100644 --- a/.github/workflows/AWS-EC2-Tests.yaml +++ b/.github/workflows/AWS-EC2-Tests.yaml @@ -68,7 +68,7 @@ jobs: # GCP Login # This is key generated in GCP console for service account - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} diff --git a/.github/workflows/Azure-Compute-Tests.yaml b/.github/workflows/Azure-Compute-Tests.yaml index bb8a1da..c3ac1f3 100644 --- a/.github/workflows/Azure-Compute-Tests.yaml +++ b/.github/workflows/Azure-Compute-Tests.yaml @@ -64,7 +64,7 @@ jobs: # GCP Login # This is key generated in GCP console for service account - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} diff --git a/.github/workflows/GCP-Compute-Tests.yaml b/.github/workflows/GCP-Compute-Tests.yaml index 43b51cf..cbb2abd 100644 --- a/.github/workflows/GCP-Compute-Tests.yaml +++ b/.github/workflows/GCP-Compute-Tests.yaml @@ -65,7 +65,7 @@ jobs: # GCP Login # This is key generated in GCP console for service account - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -123,7 +123,7 @@ jobs: # GCP Login # This is key generated in GCP console for service account - id: 'auth2' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCP_CREDENTIALS }}