Skip to content

Commit cf22246

Browse files
ci(deps): bump azure/setup-helm from 3.5 to 4 (#427)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 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@5119fcb...fe7b79c) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e111269 commit cf22246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4242
with:
4343
fetch-depth: 0
44-
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78
44+
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
4545
with:
4646
version: 3.3.4
4747
- name: Installing BATS

.github/workflows/helm-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
fetch-depth: 0
19-
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
19+
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3
2020
- name: Setup Chart Linting
2121
id: lint
2222
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992

0 commit comments

Comments
 (0)