Skip to content

Commit 75e1d5e

Browse files
dependabot[bot]vdemeester
authored andcommitted
Bump azure/setup-helm from 3 to 4
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa56b61 commit 75e1d5e

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version: stable
18-
- uses: azure/setup-helm@v3
18+
- uses: azure/setup-helm@v4
1919

2020
- name: github-release
2121
env:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
username: ${{ secrets.REGISTRY_REDHAT_USERNAME }}
5050
password: ${{ secrets.REGISTRY_REDHAT_TOKEN }}
5151

52-
- uses: azure/setup-helm@v3
52+
- uses: azure/setup-helm@v4
5353

5454
# instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the
5555
# `kubeconfig` to reach the local cluster

0 commit comments

Comments
 (0)