Skip to content

Commit 1c21133

Browse files
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](sustainable-computing-io/kepler-action@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] <[email protected]>
1 parent bd4c15c commit 1c21133

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/collect-data-self-hosted.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v4
8484

8585
- name: use Kepler action to deploy cluster
86-
uses: sustainable-computing-io/[email protected].9
86+
uses: sustainable-computing-io/[email protected].10
8787
with:
8888
ebpfprovider: libbpf
8989
cluster_provider: kind

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-20.04
3939
steps:
4040
- name: use Kepler action to deploy cluster
41-
uses: sustainable-computing-io/[email protected].9
41+
uses: sustainable-computing-io/[email protected].10
4242
with:
4343
runningBranch: kind
4444
cluster_provider: kind

.github/workflows/tekton-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
docker build -t $IMAGE -f dockerfiles/Dockerfile .
5959
- name: use Kepler action to deploy cluster
60-
uses: sustainable-computing-io/[email protected].9
60+
uses: sustainable-computing-io/[email protected].10
6161
with:
6262
ebpfprovider: libbpf
6363
cluster_provider: kind

.github/workflows/train-model.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
sudo pip3 install awscli
116116
117117
- name: use Kepler action to deploy cluster
118-
uses: sustainable-computing-io/[email protected].9
118+
uses: sustainable-computing-io/[email protected].10
119119
with:
120120
ebpfprovider: libbpf
121121
cluster_provider: kind

0 commit comments

Comments
 (0)