1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-20 19:29:10 +00:00

build(deps): bump helm/kind-action from 1.7.0 to 1.8.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.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] 2023-08-30 12:25:34 +00:00 committed by GitHub
parent fa7c03edca
commit de6cf6d11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
export SHELL=/bin/bash
make build image
- name: Start KinD
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
with:
version: ${{ env.kind-version }}
node_image: ${{ env.kind-image }}