diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index fc0bb7e56b..25e056d00e 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -54,7 +54,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 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 edf0ce6080..5fa6d355bf 100644 --- a/.github/workflows/test-management-ui-for-pr.yaml +++ b/.github/workflows/test-management-ui-for-pr.yaml @@ -38,7 +38,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 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 6109a0cf00..d428649ca9 100644 --- a/.github/workflows/test-management-ui.yaml +++ b/.github/workflows/test-management-ui.yaml @@ -48,7 +48,7 @@ jobs: https://cdn.jsdelivr.net/hex - name: Authenticate To Google Cloud - uses: google-github-actions/auth@v2.1.11 + uses: google-github-actions/auth@v2.1.12 with: credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}