From 12e2124e588e6dfe306a1c71874ab42e35558aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:40:10 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v4 --- .github/workflows/helm-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-pull-request.yml b/.github/workflows/helm-pull-request.yml index 636ce64..58c012d 100644 --- a/.github/workflows/helm-pull-request.yml +++ b/.github/workflows/helm-pull-request.yml @@ -12,7 +12,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest container: - image: alpine/helm:3.19.0 + image: alpine/helm:4.0.1 steps: - name: checkout pr head uses: actions/checkout@v5