Skip to content

Commit

Permalink
github: bump azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
Get rid of warnings in CI logs.

Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz authored and klihub committed Feb 13, 2024
1 parent bfbe980 commit ca831f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.11.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Package Helm charts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Run chart publisher script
run: ./scripts/build/helm-publisher.sh ${{ join(github.event.release.assets.*.browser_download_url, ' ') }}
Expand Down

0 comments on commit ca831f4

Please sign in to comment.