diff --git a/.github/workflows/plan-and-apply.yml b/.github/workflows/plan-and-apply.yml index 819a164..395c684 100644 --- a/.github/workflows/plan-and-apply.yml +++ b/.github/workflows/plan-and-apply.yml @@ -104,7 +104,7 @@ jobs: # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: Authenticate - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: create_credentials_file: true service_account: ${{ inputs.service_account }} @@ -219,7 +219,7 @@ jobs: # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: Authenticate - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: create_credentials_file: true service_account: ${{ inputs.service_account }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c943294..f467710 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: Authenticate - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: create_credentials_file: true service_account: ${{ inputs.service_account }}