diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index 1f0a92c..8e64d03 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -59,7 +59,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'