Skip to content

Commit e5128fd

Browse files
renovate[bot]fwiesel
authored andcommitted
Renovate: Update azure/setup-helm action to v5
1 parent 8792816 commit e5128fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-crd-oci-package-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out code
2121
uses: actions/checkout@v6
2222
- name: Install Helm
23-
uses: azure/setup-helm@v4
23+
uses: azure/setup-helm@v5
2424
- name: Sync CRDs from main chart
2525
run: cp charts/openstack-hypervisor-operator/crds/*.yaml charts/openstack-hypervisor-operator-crd/templates/
2626
- name: Lint Helm Chart

.github/workflows/helm-oci-package-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
fetch-tags: true
3030
- name: Install Helm
31-
uses: azure/setup-helm@v4
31+
uses: azure/setup-helm@v5
3232
- name: Lint Helm Chart
3333
run: helm lint charts/openstack-hypervisor-operator
3434
- name: Package Helm Chart

0 commit comments

Comments
 (0)