Skip to content

Commit

Permalink
Upgrade azure/setup-helm GitHub Action from 3 to 4 version (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 2cfe025 commit a0ae5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4

- run: make helm.lint chart=${{ matrix.chart }}

Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:

- uses: actions/checkout@v4
if: ${{ steps.skip.outputs.no == 'true' }}
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
if: ${{ steps.skip.outputs.no == 'true' }}

- name: Parse semver versions from Git tag
Expand Down

0 comments on commit a0ae5b3

Please sign in to comment.