Skip to content

Commit 492e7ba

Browse files
build(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action), [azure/setup-helm](https://github.com/azure/setup-helm) and [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action). Updates `actions/checkout` from 3.5.2 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3.5.2...v4.2.2) Updates `sustainable-computing-io/kepler-action` from 0.0.7 to 0.0.10 - [Commits](sustainable-computing-io/kepler-action@v0.0.7...v0.0.10) Updates `azure/setup-helm` from 3.5 to 4 - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v3.5...v4) Updates `helm/chart-releaser-action` from 1.5.0 to 1.7.0 - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](helm/chart-releaser-action@be16258...cae68fe) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sustainable-computing-io/kepler-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 522c6c8 commit 492e7ba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
run:
1313
working-directory: ./chart/kepler
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v4.2.2
1616

1717
- name: use kepler action for kind cluster build
18-
uses: sustainable-computing-io/kepler-action@v0.0.7
18+
uses: sustainable-computing-io/kepler-action@v0.0.10
1919
with:
2020
ebpfprovider: libbpf
2121
cluster_provider: kind
2222
local_dev_cluster_version: v0.0.5
2323

2424
- name: install helm
25-
uses: azure/setup-helm@v4.1.0
25+
uses: azure/setup-helm@v4
2626

2727
- name: helm lint
2828
run: |

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
17+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v3
1818
with:
1919
fetch-depth: 0
2020

@@ -24,7 +24,7 @@ jobs:
2424
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2525
2626
- name: Install Helm
27-
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
27+
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
2828
with:
2929
version: latest
3030

@@ -43,7 +43,7 @@ jobs:
4343
echo "CR_KEYRING=$SIGNING_KEY_PATH" >> "$GITHUB_ENV"
4444
4545
- name: Run chart-releaser
46-
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
46+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
4747
with:
4848
charts_dir: chart
4949
config: cr.yaml

0 commit comments

Comments
 (0)