diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1e5cfe..dcfb7df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Prepare k8s cluster if: steps.list-changed.outputs.changed == 'true' run: |