Skip to content

Commit 37759d4

Browse files
chore(deps): bump azure/setup-helm from 4 to 5 in the ci group (#77)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a46edf2 commit 37759d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
push: true
4747
platforms: linux/amd64,linux/arm64
4848
- name: Install Helm
49-
uses: azure/setup-helm@v4
49+
uses: azure/setup-helm@v5
5050
- name: Build and release the helm charts
5151
run: |
5252
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install musl tools
3636
run: sudo apt install unzip musl-tools musl-dev -y
3737
- name: Install Helm
38-
uses: azure/setup-helm@v4
38+
uses: azure/setup-helm@v5
3939
- name: Install chart unittest
4040
run: |
4141
helm env

0 commit comments

Comments
 (0)