Skip to content

Commit 9fb5dd7

Browse files
Update dependency helm to v4.2.3 (#652)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67f2867 commit 9fb5dd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Helm
5252
uses: azure/setup-helm@v5
5353
with:
54-
version: v4.2.2
54+
version: v4.2.3
5555

5656
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
5757
# yamllint (https://github.com/adrienverge/yamllint) which require Python

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Helm
3434
uses: azure/setup-helm@v5
3535
with:
36-
version: v4.2.2
36+
version: v4.2.3
3737

3838
- name: Bump Version
3939
run: make bump-version VERSION="${{ inputs.version }}"

0 commit comments

Comments
 (0)