Skip to content

Commit 7d68477

Browse files
Bump helm/kind-action from 1.7.0 to 1.8.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e51ede1 commit 7d68477

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ct lint --config ./.github/configs/ct-lint.yaml
5656

5757
- name: Create kind cluster
58-
uses: helm/kind-action@v1.7.0
58+
uses: helm/kind-action@v1.8.0
5959
if: steps.list-changed.outputs.changed == 'true'
6060

6161
- name: Run chart-testing (install)

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: true
2020

2121
- name: Install KIND
22-
uses: helm/kind-action@v1.7.0
22+
uses: helm/kind-action@v1.8.0
2323
with:
2424
install_only: true
2525

.github/workflows/getting-started-usecase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: true
2020

2121
- name: Install KIND
22-
uses: helm/kind-action@v1.7.0
22+
uses: helm/kind-action@v1.8.0
2323
with:
2424
install_only: true
2525

0 commit comments

Comments
 (0)