From 9b990968c0c2e00b8f705f98e93329146fd2a234 Mon Sep 17 00:00:00 2001 From: Duncan Dam Date: Wed, 3 Apr 2024 14:44:43 +0700 Subject: [PATCH] update version --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index bd7fa06..eb9165f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -36,7 +36,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'