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"