From 8bac782818b8a18c4396d29342e6d2984ea63af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:06:07 +0000 Subject: [PATCH 1/2] chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.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/dev-be-ci.yaml | 2 +- .github/workflows/dev-fe-e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-be-ci.yaml b/.github/workflows/dev-be-ci.yaml index 5116c82fe..37adad7b3 100644 --- a/.github/workflows/dev-be-ci.yaml +++ b/.github/workflows/dev-be-ci.yaml @@ -415,7 +415,7 @@ jobs: make init make build-cli - name: Create KIND cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Run integration tests working-directory: cli-tests diff --git a/.github/workflows/dev-fe-e2e.yaml b/.github/workflows/dev-fe-e2e.yaml index ce84f3b42..f6d5d911f 100644 --- a/.github/workflows/dev-fe-e2e.yaml +++ b/.github/workflows/dev-fe-e2e.yaml @@ -46,7 +46,7 @@ jobs: echo "GO_VERSION=$(go version)" >> $GITHUB_ENV - name: Create KIND cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Set MinIO run: kubectl apply -f ./.github/minio.conf.yaml From 740218a29eba3366f6ec08e32d1f7f155a6725f1 Mon Sep 17 00:00:00 2001 From: Diogo Recharte Date: Thu, 23 Jan 2025 19:24:47 +0000 Subject: [PATCH 2/2] Trigger CI