Skip to content

Commit

Permalink
build(deps): bump sustainable-computing-io/kepler-action (#1101)
Browse files Browse the repository at this point in the history
Bumps [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action) from 0.0.3 to 0.0.4.
- [Commits](sustainable-computing-io/kepler-action@v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: sustainable-computing-io/kepler-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 871d598 commit 0051b01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version-file: go.mod
# set up ebpf
- name: install libbpf
uses: sustainable-computing-io/[email protected].3
uses: sustainable-computing-io/[email protected].4
with:
ebpfprovider: libbpf
# build kepler image
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
INPUT_PATH: ${{env.FILE_NAME}}
# set up k8s cluster with ebpf
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].3
uses: sustainable-computing-io/[email protected].4
with:
ebpfprovider: libbpf
cluster_provider: ${{matrix.cluster_provider}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_bcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version-file: go.mod
# set up ebpf
- name: install bcc
uses: sustainable-computing-io/[email protected].3
uses: sustainable-computing-io/[email protected].4
with:
ebpfprovider: bcc
# build kepler image
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
INPUT_PATH: ${{env.FILE_NAME}}
# set up k8s cluster with ebpf
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].3
uses: sustainable-computing-io/[email protected].4
with:
ebpfprovider: bcc
cluster_provider: ${{matrix.cluster_provider}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
CTR_CMD: docker

- name: Use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].3
uses: sustainable-computing-io/[email protected].4
with:
cluster_provider: ${{matrix.cluster_provider}}
ebpfprovider: bcc
Expand Down

0 comments on commit 0051b01

Please sign in to comment.