From 999af6c5bc5a772ad5cb60378e72a8d2685d1112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:57:13 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.18.4 --- .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 406064d..d90b396 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.18.3 + image: alpine/helm:3.18.4 steps: - name: checkout pr head uses: actions/checkout@v4