Skip to content

Commit 2c41e65

Browse files
chore(deps): bump helm/kind-action from 1.2.0 to 1.7.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.7.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@9472952...fa81e57) --- 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>
1 parent bb7e24f commit 2c41e65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
id: lint
256256
uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a # v2.1.0
257257
- name: Setup Kubernetes cluster (KIND)
258-
uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 # v1.2.0
258+
uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
259259
with:
260260
version: ${{ env.KIND_VERSION }}
261261
image: ${{ env.KIND_IMAGE }}

.github/workflows/publish-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: lint
3737
uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a # v2.1.0
3838
- name: Setup Kubernetes cluster (KIND)
39-
uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 # v1.2.0
39+
uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
4040
with:
4141
version: ${{ env.KIND_VERSION }}
4242
image: ${{ env.KIND_IMAGE }}

0 commit comments

Comments
 (0)