diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 1c8be333..41f0b384 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -44,7 +44,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)