diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index a845d69d9d7b..b820d770f403 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -53,7 +53,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.12 + uses: google-github-actions/auth@v3.0.0 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui-for-pr.yaml b/.github/workflows/test-management-ui-for-pr.yaml index 55a07c9b49f7..29b67a285d19 100644 --- a/.github/workflows/test-management-ui-for-pr.yaml +++ b/.github/workflows/test-management-ui-for-pr.yaml @@ -41,7 +41,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.12 + uses: google-github-actions/auth@v3.0.0 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }} diff --git a/.github/workflows/test-management-ui.yaml b/.github/workflows/test-management-ui.yaml index 754fbab21b23..fb7189d83ed3 100644 --- a/.github/workflows/test-management-ui.yaml +++ b/.github/workflows/test-management-ui.yaml @@ -45,7 +45,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.12 + uses: google-github-actions/auth@v3.0.0 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}