From 19865f290ada308804313382c2d029bdb8ca5936 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 07:04:08 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5.0.1 --- .github/workflows/chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index fec00c4..17e9304 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -73,7 +73,7 @@ jobs: # the helm-docs auto-commit step uses the GITHUB_TOKEN. - name: Set up helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: ${{ env.HELM_VERSION }} @@ -177,7 +177,7 @@ jobs: persist-credentials: false - name: Set up helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: ${{ env.HELM_VERSION }}