diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edb5030..a96da4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,7 +120,7 @@ jobs: run: if [[ -n "$(ct list-changed --config .github/ct.yaml)" ]]; then echo 'changed=true' >> "$GITHUB_OUTPUT"; fi - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml