diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index b1fb34b..d2d5567 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -49,7 +49,7 @@ jobs: run: ct lint --target-branch master - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)