Merge pull request #2763 from prometheus-operator/dependabot/github_actions/helm/kind-action-1.13.0

build(deps): bump helm/kind-action from 1.12.0 to 1.13.0
This commit is contained in:
Simon Pasquier 2025-11-04 10:37:31 +01:00 committed by GitHub
commit 3353b30056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ jobs:
with:
go-version: ${{ env.golang-version }}
- name: Start kind cluster
uses: helm/kind-action@v1.12.0
uses: helm/kind-action@v1.13.0
with:
version: ${{ env.kind-version }}
node_image: ${{ matrix.kind-image }}