From 9548b02adc07557b6bae120fbf797cb850e1117b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:05:30 +0000 Subject: [PATCH] Bump helm/kind-action from 1.9.0 to 1.10.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.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/build-test.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 8ad5928..2d14cdb 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -35,7 +35,7 @@ jobs: run: make build - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Create Testdata in Cluster run: ./testing/init.sh @@ -64,7 +64,7 @@ jobs: tags: ttl.sh/build-test/pvmigrate:latest - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Create Testdata in Cluster run: ./testing/init.sh diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6c8bc9..fa6d37b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: run: make build - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Create Testdata in Cluster run: ./testing/init.sh @@ -63,7 +63,7 @@ jobs: tags: ttl.sh/build-test/pvmigrate:latest - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Create Testdata in Cluster run: ./testing/init.sh