From e6c86e55ec20a648619274486acfcc3050236af5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:22:17 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.18.5 --- .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 5a9aaf0..7c782c8 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.4 + image: alpine/helm:3.18.5 steps: - name: checkout pr head uses: actions/checkout@v5