From ce14e106ff129e9d76ec7fd8d601adf7559580f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:49:41 +0000 Subject: [PATCH] Bump manusa/actions-setup-minikube from 2.13.0 to 2.13.1 Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/manusa/actions-setup-minikube/releases) - [Commits](https://github.com/manusa/actions-setup-minikube/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: manusa/actions-setup-minikube dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cloud-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-build.yml b/.github/workflows/cloud-build.yml index 2fcf025f5..6c0ec26d4 100644 --- a/.github/workflows/cloud-build.yml +++ b/.github/workflows/cloud-build.yml @@ -20,7 +20,7 @@ jobs: profile: ['-Dcloud'] steps: - name: Setup Minikube - uses: manusa/actions-setup-minikube@v2.13.0 + uses: manusa/actions-setup-minikube@v2.13.1 with: driver: docker container runtime: containerd