From 24c7827b88bf00f4a8edee9abc23decf19b774c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:10:10 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5.0.1 --- .github/workflows/helmchart.yaml | 2 +- .github/workflows/images.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helmchart.yaml b/.github/workflows/helmchart.yaml index 64105f2d..477789a8 100644 --- a/.github/workflows/helmchart.yaml +++ b/.github/workflows/helmchart.yaml @@ -22,7 +22,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v5.0.0 + uses: azure/setup-helm@v5.0.1 with: version: v3.8.1 diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 0887303c..9d27c650 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -22,7 +22,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: azure/setup-helm@v5.0.0 + - uses: azure/setup-helm@v5.0.1 - name: Push artifacts run: PUSH=true hack/push-artifacts.sh ghcr.io/stackitcloud/yawol/yawol-controller build: