From 25ff199ca1c13d38c6bb2bf91c3c3eed43b3a61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:29:01 +0800 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.7.0 to 1.8.0 (#2553) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compatibility-e2e.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/nydus-e2e.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility-e2e.yml b/.github/workflows/compatibility-e2e.yml index e6f146cd9..f73f7a1db 100644 --- a/.github/workflows/compatibility-e2e.yml +++ b/.github/workflows/compatibility-e2e.yml @@ -69,7 +69,7 @@ jobs: install: true - name: Setup Kind - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG_PATH }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 294a3a056..91bc2390a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -83,7 +83,7 @@ jobs: install: true - name: Setup Kind - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG_PATH }} diff --git a/.github/workflows/nydus-e2e.yml b/.github/workflows/nydus-e2e.yml index 934431716..35d469e17 100644 --- a/.github/workflows/nydus-e2e.yml +++ b/.github/workflows/nydus-e2e.yml @@ -36,7 +36,7 @@ jobs: install: true - name: Setup Kind - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG_PATH }}