Skip to content

Commit

Permalink
Bump azure/setup-helm from 3.5 to 4 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 3da29ae commit a0b0952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.email "[email protected]"
- name: "Install Helm"
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: "${{ env.HELM_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: main

- name: "Install Helm"
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: "${{ env.HELM_VERSION }}"

Expand Down

0 comments on commit a0b0952

Please sign in to comment.