Skip to content

Commit

Permalink
chore(deps): Bump sustainable-computing-io/kepler-action
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 07c1c3e commit 179905e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collect-data-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4

- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
runningBranch: kind
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
docker build -t $IMAGE -f dockerfiles/Dockerfile .
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
sudo pip3 install awscli
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down

0 comments on commit 179905e

Please sign in to comment.