diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2b6f6e..1d9c38c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: run: ct lint --config .github/ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0 + uses: helm/kind-action@v1.2.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)