1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-06 17:14:13 +00:00

build(deps): bump helm/kind-action from 1.11.0 to 1.12.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  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] 2024-12-23 12:05:58 +00:00 committed by GitHub
parent 0b7a9746b1
commit 825ab14b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ jobs:
export SHELL=/bin/bash
make build image
- name: Start kind cluster
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
with:
version: ${{ env.kind-version }}
node_image: ${{ env.kind-image }}

View file

@ -42,7 +42,7 @@ jobs:
export SHELL="/bin/bash"
make build image
- name: Start kind cluster
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
with:
version: ${{ env.kind-version }}
node_image: ${{ env.kind-image }}

View file

@ -51,7 +51,7 @@ jobs:
export SHELL="/bin/bash"
make build image
- name: Start kind cluster
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
with:
version: ${{ env.kind-version }}
node_image: ${{ env.kind-image }}

View file

@ -26,7 +26,7 @@ jobs:
go-version: '${{ env.golang-version }}'
check-latest: true
- name: Start KinD
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
with:
version: ${{ env.kind-version }}
node_image: ${{ env.kind-image }}