Skip to content

Commit f9d8cc3

Browse files
chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0 (#9816)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40212bc commit f9d8cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: v3.12.1
3636
- uses: helm/[email protected]
37-
- uses: helm/kind-action@v1.10.0
37+
- uses: helm/kind-action@v1.12.0
3838
with:
3939
node_image: kindest/node:v1.30.2
4040
- run: ct install --target-branch ${{ github.event.repository.default_branch }}

.github/workflows/ci-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: ct lint --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
4646
- name: Set up Kind
4747
if: steps.list-changed.outputs.changed == 'true'
48-
uses: helm/kind-action@v1.10.0
48+
uses: helm/kind-action@v1.12.0
4949
with:
5050
node_image: kindest/node:v1.30.2
5151
- name: Install Chart

0 commit comments

Comments
 (0)