Skip to content

Commit 5effcc8

Browse files
chore(actions): update azure/setup-helm action to v5
1 parent 4c2c7d0 commit 5effcc8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v6
3131

32-
- uses: azure/setup-helm@v4
32+
- uses: azure/setup-helm@v5
3333
with:
3434
version: ${{ env.HELM_VERSION }}
3535

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ref: helm-index
7474
path: index
7575

76-
- uses: azure/setup-helm@v4
76+
- uses: azure/setup-helm@v5
7777
with:
7878
version: ${{ env.HELM_VERSION }}
7979

@@ -130,7 +130,7 @@ jobs:
130130
- name: Checkout repository
131131
uses: actions/checkout@v6
132132

133-
- uses: azure/setup-helm@v4
133+
- uses: azure/setup-helm@v5
134134
with:
135135
version: ${{ env.HELM_VERSION }}
136136

0 commit comments

Comments
 (0)