Skip to content

Commit 637a234

Browse files
Bump helm/kind-action in the github-actions group across 1 directory
Bumps the github-actions group with 1 update in the / directory: [helm/kind-action](https://github.com/helm/kind-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbdb69c commit 637a234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run chart-testing (lint)
3636
run: ct lint --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}
3737
- name: Create kind cluster
38-
uses: helm/kind-action@v1.10.0
38+
uses: helm/kind-action@v1.12.0
3939
if: steps.list-changed.outputs.changed == 'true'
4040
- name: Run chart-testing (install)
4141
run: ct install --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)