Skip to content

Commit

Permalink
build(deps): bump sustainable-computing-io/kepler-action (sustainable…
Browse files Browse the repository at this point in the history
…-computing-io#1069)

Bumps [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action) from 0.0.2 to 0.0.3.
- [Commits](sustainable-computing-io/kepler-action@v0.0.2...v0.0.3)

---
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 and vprashar2929 committed Dec 19, 2023
1 parent 826dc94 commit df7cdbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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].2
uses: sustainable-computing-io/[email protected].3
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].2
uses: sustainable-computing-io/[email protected].3
with:
ebpfprovider: bcc
cluster_provider: ${{matrix.cluster_provider}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_libbpf.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].2
uses: sustainable-computing-io/[email protected].3
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].2
uses: sustainable-computing-io/[email protected].3
with:
ebpfprovider: libbpf
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].2
uses: sustainable-computing-io/[email protected].3
with:
cluster_provider: ${{matrix.cluster_provider}}
ebpfprovider: bcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GOPATH: /home/runner/go
GOBIN: /home/runner/go/bin
- name: install bcc
uses: sustainable-computing-io/[email protected].2
uses: sustainable-computing-io/[email protected].3
with:
ebpfprovider: bcc
- name: Prepare environment
Expand Down

0 comments on commit df7cdbe

Please sign in to comment.