From 0cae48721f5c153268a8a8857e92c5ec790e80ff Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 16 Apr 2024 12:49:42 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index 0ec1ca7..a69dbc9 100644 --- a/.github/workflows/helm-chart-ci.yml +++ b/.github/workflows/helm-chart-ci.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v4.2.0 with: version: ${{ env.HELM_VERSION }} @@ -136,7 +136,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v4.2.0 with: version: ${{ env.HELM_VERSION }}