Update helm/kind-action action to v1.12.0

This commit is contained in:
renovate[bot] 2024-12-23 10:51:51 +00:00 committed by GitHub
parent c50632da6f
commit 988be4d222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
- name: Create kind cluster - name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true' || github.event.pull_request.base.ref == 'main' if: steps.list-changed.outputs.changed == 'true' || github.event.pull_request.base.ref == 'main'
uses: helm/kind-action@v1.10.0 uses: helm/kind-action@v1.12.0
- name: Run chart-testing (install) - name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop' if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop'