Bump helm/kind-action from 1.12.0 to 1.13.0

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](https://github.com/helm/kind-action/compare/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>
This commit is contained in:
dependabot[bot] 2025-11-10 02:18:45 +00:00 committed by GitHub
parent c9c4c28253
commit b65374819f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ jobs:
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
- name: Create KinD cluster - name: Create KinD cluster
uses: helm/kind-action@v1.12.0 uses: helm/kind-action@v1.13.0
with: with:
version: v0.17.0 version: v0.17.0
node_image: ${{ steps.node_image.outputs.image }} node_image: ${{ steps.node_image.outputs.image }}