From 3f9df4ffb013f872377fa7c66961f23d12f74473 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Feb 2024 03:12:47 +0000 Subject: [PATCH] chore(dependencies): Update alpine/helm Docker tag to v3.14.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 f687dfb..3965d71 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: helm-lint-job: runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.14.0" + image: "alpine/helm:3.14.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.1" @@ -47,7 +47,7 @@ jobs: helm-test-job: runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.14.0" + image: "alpine/helm:3.14.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.1" @@ -94,7 +94,7 @@ jobs: if: "needs.determine-version-job.outputs.version != ''" runs-on: "ubuntu-22.04" container: - image: "alpine/helm:3.14.0" + image: "alpine/helm:3.14.1" steps: - name: "Checkout repository" uses: "actions/checkout@v4.1.1"