Merge pull request #2191 from prometheus-operator/dependabot/github_actions/helm/kind-action-1.8.0

build(deps): bump helm/kind-action from 1.7.0 to 1.8.0
This commit is contained in:
Simon Pasquier
2023-08-17 09:23:51 +02:00
committed by GitHub

View File

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