Skip to content

Commit e96a2ec

Browse files
Bump helm/kind-action from 1.9.0 to 1.10.0 (#1267)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.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 67808a8 commit e96a2ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
~/go/pkg/mod
4343
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
4444
- name: Create kind cluster
45-
uses: helm/kind-action@v1.9.0
45+
uses: helm/kind-action@v1.10.0
4646
with:
4747
node_image: kindest/node:${{ matrix.k8s-version }}
4848
kubectl_version: ${{ matrix.k8s-version }}

.github/workflows/helm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make unittest
4545
4646
- name: Create kind cluster
47-
uses: helm/kind-action@v1.9.0
47+
uses: helm/kind-action@v1.10.0
4848
# Only build a kind cluster if there are chart changes to test.
4949
if: steps.list-changed.outputs.changed == 'true'
5050

.github/workflows/migration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
~/go/pkg/mod
4343
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
4444
- name: Create kind cluster
45-
uses: helm/kind-action@v1.9.0
45+
uses: helm/kind-action@v1.10.0
4646
with:
4747
node_image: kindest/node:${{ matrix.k8s-version }}
4848
kubectl_version: ${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)