From 1c21133a3d06815fa74073763d59272183bbae0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:41:08 +0000 Subject: [PATCH] chore(deps): Bump sustainable-computing-io/kepler-action Bumps the github-actions group with 1 update: [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action). Updates `sustainable-computing-io/kepler-action` from 0.0.9 to 0.0.10 - [Commits](https://github.com/sustainable-computing-io/kepler-action/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: sustainable-computing-io/kepler-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/collect-data-self-hosted.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/tekton-test.yml | 2 +- .github/workflows/train-model.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/collect-data-self-hosted.yml b/.github/workflows/collect-data-self-hosted.yml index bacb5f20..447d7bd4 100644 --- a/.github/workflows/collect-data-self-hosted.yml +++ b/.github/workflows/collect-data-self-hosted.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v4 - name: use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.9 + uses: sustainable-computing-io/kepler-action@v0.0.10 with: ebpfprovider: libbpf cluster_provider: kind diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1ed8fdc5..3d9be800 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.9 + uses: sustainable-computing-io/kepler-action@v0.0.10 with: runningBranch: kind cluster_provider: kind diff --git a/.github/workflows/tekton-test.yml b/.github/workflows/tekton-test.yml index bb39d930..051f8abc 100644 --- a/.github/workflows/tekton-test.yml +++ b/.github/workflows/tekton-test.yml @@ -57,7 +57,7 @@ jobs: run: | docker build -t $IMAGE -f dockerfiles/Dockerfile . - name: use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.9 + uses: sustainable-computing-io/kepler-action@v0.0.10 with: ebpfprovider: libbpf cluster_provider: kind diff --git a/.github/workflows/train-model.yml b/.github/workflows/train-model.yml index 32dda343..3f0a293e 100644 --- a/.github/workflows/train-model.yml +++ b/.github/workflows/train-model.yml @@ -115,7 +115,7 @@ jobs: sudo pip3 install awscli - name: use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.9 + uses: sustainable-computing-io/kepler-action@v0.0.10 with: ebpfprovider: libbpf cluster_provider: kind