Merge pull request #35 from librenms/renovate/helm-kind-action-1.x

Update helm/kind-action action to v1.12.0
This commit is contained in:
Jacob Winther
2025-03-09 20:42:27 +13:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ jobs:
- name: Create kind cluster
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)
if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop'