Skip to content

Commit f0dd356

Browse files
chore(deps): bump azure/setup-helm from 5.0.0 to 5.0.1
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@dda3372...9bc31f4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d10caf commit f0dd356

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/helm-dev-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
2828
helm repo add bitnami https://charts.bitnami.com/bitnami
2929
30-
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
30+
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3131
with:
3232
version: v3.14.0
3333

.github/workflows/helm-prod-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
2828
helm repo add bitnami https://charts.bitnami.com/bitnami
2929
30-
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
30+
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3131
with:
3232
version: v3.14.0
3333

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
28+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
2929
with:
3030
version: v3.10.0
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
28+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
2929
with:
3030
version: v3.10.0
3131

0 commit comments

Comments
 (0)