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:
parent
0b7a9746b1
commit
825ab14b18
4 changed files with 4 additions and 4 deletions
2
.github/workflows/e2e-feature-gated.yaml
vendored
2
.github/workflows/e2e-feature-gated.yaml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/e2e-prometheus2.yaml
vendored
2
.github/workflows/e2e-prometheus2.yaml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue