Skip to content

Commit 3eac282

Browse files
dependabot[bot]RafalKorepta
authored andcommitted
build(deps): bump helm/kind-action from 1.13.0 to 1.14.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@92086f6...ef37e7f) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d90e898 commit 3eac282

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Create kind cluster
44-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
44+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
4545
with:
4646
config: .github/kind.yaml
4747
- name: Check kind config worked

.github/workflows/test_connectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Create kind cluster
50-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
50+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
5151
with:
5252
config: .github/kind.yaml
5353
- name: Check kind config worked

.github/workflows/test_kminion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Create kind cluster
52-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
52+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
5353
with:
5454
config: .github/kind.yaml
5555
- name: Check kind config worked

0 commit comments

Comments
 (0)