From 9e8e97022f02fb6c8bc414cfaa02d4395d213bab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Jun 2024 12:35:54 +0000 Subject: [PATCH] chore(dependencies): Update alpine/helm Docker tag to v3.15.2 --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 26ef46d..beb5bd1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,7 +29,7 @@ jobs: helm-lint-job: runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.15.1" + image: "alpine/helm:3.15.2" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.6" @@ -49,7 +49,7 @@ jobs: helm-test-job: runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.15.1" + image: "alpine/helm:3.15.2" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.6" @@ -96,7 +96,7 @@ jobs: if: "needs.determine-version-job.outputs.version != ''" runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.15.1" + image: "alpine/helm:3.15.2" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.6"