Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
commit 1c21133a3d06815fa74073763d59272183bbae0b
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
Loading