diff --git a/.github/workflows/deploy-grafana-dashboards.yaml b/.github/workflows/deploy-grafana-dashboards.yaml index d161d8bcf0..083bf26485 100644 --- a/.github/workflows/deploy-grafana-dashboards.yaml +++ b/.github/workflows/deploy-grafana-dashboards.yaml @@ -49,7 +49,7 @@ jobs: sudo apt install jsonnet - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 - name: Setup sops credentials to decrypt repo secrets uses: google-github-actions/auth@v2 diff --git a/.github/workflows/ensure-uptime-checks.yaml b/.github/workflows/ensure-uptime-checks.yaml index d5ca8a2d64..4ecef48e0b 100644 --- a/.github/workflows/ensure-uptime-checks.yaml +++ b/.github/workflows/ensure-uptime-checks.yaml @@ -38,7 +38,7 @@ jobs: # We use sops to store encrypted GCP ServiceAccount Key that terraform uses # to run, as well as PagerDuty config terraform uses - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 # Authenticate with the correct KMS key that sops will use. - name: Setup sops credentials to decrypt repo secrets