diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index 5b461ac572..7da8ff1a96 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -129,6 +129,6 @@ runs: shell: bash - name: Setup sops credentials to decrypt repo secrets - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ inputs.GCP_KMS_DECRYPTOR_KEY }}" diff --git a/.github/workflows/deploy-grafana-dashboards.yaml b/.github/workflows/deploy-grafana-dashboards.yaml index 3b4bf41510..16c820556f 100644 --- a/.github/workflows/deploy-grafana-dashboards.yaml +++ b/.github/workflows/deploy-grafana-dashboards.yaml @@ -54,7 +54,7 @@ jobs: uses: mdgreenwald/mozilla-sops-action@v1.5.0 - name: Setup sops credentials to decrypt repo secrets - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GCP_KMS_DECRYPTOR_KEY }}" diff --git a/.github/workflows/ensure-uptime-checks.yaml b/.github/workflows/ensure-uptime-checks.yaml index 8c72a83cfc..8c2ad4c224 100644 --- a/.github/workflows/ensure-uptime-checks.yaml +++ b/.github/workflows/ensure-uptime-checks.yaml @@ -42,7 +42,7 @@ jobs: # Authenticate with the correct KMS key that sops will use. - name: Setup sops credentials to decrypt repo secrets - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GCP_KMS_DECRYPTOR_KEY }}"