diff --git a/workflow-templates/lint-test-chart.yaml b/workflow-templates/lint-test-chart.yaml index 50c19b1..9660ea4 100644 --- a/workflow-templates/lint-test-chart.yaml +++ b/workflow-templates/lint-test-chart.yaml @@ -58,7 +58,7 @@ jobs: run: ct lint --config=${CONFIG_FILE} --debug - name: "Create kind cluster" - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 - name: "Run chart-testing (install) on pull_request" if: github.event_name == 'pull_request'