diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ca6fc8..f83aa05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --charts . - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Run chart-testing (install) run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --charts . \ No newline at end of file