From fba9f24226914265aae1e2ae996167bad5093231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:25:12 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 1 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v1...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/charts-lint.yaml | 4 ++-- .github/workflows/charts-release.yaml | 2 +- .github/workflows/releaseCharts2.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9b444ea9..a9dec985 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -288,7 +288,7 @@ jobs: persist-credentials: false # To use github token provide for semantic release ref: ${{ github.ref }} - name: Install Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 - name: Semantic Release diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 04eeb0fb..a6cbe9b8 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 - uses: actions/setup-python@v2 @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 - name: Helm template diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index fa09bf09..bb6f2bb3 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 ref: ${{ github.ref }} - name: Install Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 - id: version diff --git a/.github/workflows/releaseCharts2.yml b/.github/workflows/releaseCharts2.yml index 6c6c9d9d..23c3c4d0 100644 --- a/.github/workflows/releaseCharts2.yml +++ b/.github/workflows/releaseCharts2.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 ref: ${{ github.ref }} - name: Install Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 - id: version