From 0d1bc1394f8c9b0394e1482d22d6f6395bd1c177 Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Thu, 25 Apr 2024 13:16:36 +0900 Subject: [PATCH] update local_dev_cluster_version to v0.0.5 Signed-off-by: Sunyanan Choochotkaew --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 25ce3413..bfd505f6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-20.04 steps: - name: use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.6 + uses: sustainable-computing-io/kepler-action@v0.0.7 with: runningBranch: kind cluster_provider: kind - local_dev_cluster_version: v0.0.3 + local_dev_cluster_version: v0.0.5 - name: load kepler image run: | docker pull ${{ env.KEPLER_IMAGE }}