Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 1841237

Browse files
Bump helm/kind-action from 1.9.0 to 1.10.0 (#67)
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 5acf156 commit 1841237

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
@@ -122,7 +122,7 @@ jobs:
122122
if: ${{ ! contains(github.ref, 'main') && github.event_name != 'schedule' }}
123123
steps:
124124
- name: Create k8s Kind Cluster
125-
uses: helm/kind-action@v1.9.0
125+
uses: helm/kind-action@v1.10.0
126126
- name: Checkout
127127
uses: actions/checkout@v4
128128
- name: Run K8s test

0 commit comments

Comments
 (0)