Skip to content

Commit d9f3cf9

Browse files
chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 (#242)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a7a986 commit d9f3cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: ${{ ! contains(github.ref, 'main') }}
110110
steps:
111111
- name: Create k8s Kind Cluster
112-
uses: helm/kind-action@v1.12.0
112+
uses: helm/kind-action@v1.13.0
113113
with:
114114
kubectl_version: v1.30.4 # Ensure compatibility with the latest APIs
115115
node_image: kindest/node:v1.30.4 # Match node version with kubectl for consistency

0 commit comments

Comments
 (0)