Bump helm/kind-action from 1.8.0 to 1.9.0 (#245)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.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>
This commit is contained in:
dependabot[bot]
2024-02-12 13:27:17 +00:00
committed by GitHub
parent a7060632a0
commit 13af653e3e
+3 -3
View File
@@ -156,7 +156,7 @@ jobs:
version: ${{ env.CHART_TESTING_VERSION }} version: ${{ env.CHART_TESTING_VERSION }}
- name: Create kind ${{ matrix.k8s }} cluster - name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.8.0 uses: helm/kind-action@v1.9.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}
@@ -230,7 +230,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.8.0 uses: helm/kind-action@v1.9.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}
@@ -279,7 +279,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.8.0 uses: helm/kind-action@v1.9.0
# Only build a kind cluster if there are chart changes to test. # Only build a kind cluster if there are chart changes to test.
with: with:
version: ${{ env.KIND_VERSION }} version: ${{ env.KIND_VERSION }}