From 74b49f9f2ea856cbc0f38c3b9f39bb2e44eefced Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 17 Jun 2024 08:56:27 -0700 Subject: [PATCH] Fix Helm CI Warning (#141) Signed-off-by: Tyler Titsworth --- workflows/charts/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflows/charts/action.yml b/workflows/charts/action.yml index 00a3d633..66a55a00 100644 --- a/workflows/charts/action.yml +++ b/workflows/charts/action.yml @@ -46,6 +46,8 @@ runs: steps: - uses: azure/setup-kubectl@v4 - uses: azure/setup-helm@v4 + with: + version: 3.15.2 - uses: actions/setup-python@v5 with: python-version: 3.x