From d160874fad274d939542ecc6d5432f06001613e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 May 2024 12:33:57 +0000 Subject: [PATCH] chore(dependencies): Update alpine/helm Docker tag to v3.15.1 --- .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 f0c1f27..a73e58b 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.14.4" + image: "alpine/helm:3.15.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.5" @@ -49,7 +49,7 @@ jobs: helm-test-job: runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.14.4" + image: "alpine/helm:3.15.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.5" @@ -96,7 +96,7 @@ jobs: if: "needs.determine-version-job.outputs.version != ''" runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.14.4" + image: "alpine/helm:3.15.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.5"