From 1310b29323d96e5b8228666db0d17710876edff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:58:25 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.5.0 to 1.7.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-cli.yml | 2 +- .github/workflows/check-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-cli.yml b/.github/workflows/check-cli.yml index 889add691..7922ab25b 100644 --- a/.github/workflows/check-cli.yml +++ b/.github/workflows/check-cli.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Kind - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 with: cluster_name: ztp-testing diff --git a/.github/workflows/check-pipelines.yml b/.github/workflows/check-pipelines.yml index 8bf0a4050..a4cb4efed 100644 --- a/.github/workflows/check-pipelines.yml +++ b/.github/workflows/check-pipelines.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Kind - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 - name: Install kubectl uses: azure/setup-kubectl@v3