Skip to content

Commit 4c1c64d

Browse files
Bump helm/kind-action from 1.8.0 to 1.9.0 (#99)
* Bump helm/kind-action from 1.8.0 to 1.9.0 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](helm/kind-action@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] <support@github.com> * ci trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent 3944cbd commit 4c1c64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ ! contains(github.ref, 'main') }}
9898
steps:
9999
- name: Create k8s Kind Cluster
100-
uses: helm/kind-action@v1.8.0
100+
uses: helm/kind-action@v1.9.0
101101
- name: Checkout
102102
uses: actions/checkout@v4
103103
- name: Run K8s test

0 commit comments

Comments
 (0)