From 5755eb345c6a38bfce0c4e3aea5af145335f2cef Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 20 Dec 2025 07:53:13 +0100 Subject: [PATCH] .github/workflows/charts-release.yaml: remove azure/setup-helm action that is no longer needed according to the helm/chart-releaser-action docs --- .github/workflows/charts-release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 92b5062..d057b60 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -31,9 +31,6 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 - - name: Run chart-releaser uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: