Skip to content

Commit 0c133bc

Browse files
chore(deps): bump azure/setup-helm in the all-dependencies group (#21)
Bumps the all-dependencies group with 1 update: [azure/setup-helm](https://github.com/azure/setup-helm). Updates `azure/setup-helm` from 4 to 5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4...v5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6903f11 commit 0c133bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-charts-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: tools - helm - install
19-
uses: azure/setup-helm@v4
19+
uses: azure/setup-helm@v5
2020

2121
- name: tools - helm - login - ghcr.io
2222
run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
mkdir -p .artifacts/kubectl
137137
138138
- name: tools - helm - install
139-
uses: azure/setup-helm@v4
139+
uses: azure/setup-helm@v5
140140

141141
- name: helm - dependency build
142142
run: |
@@ -185,7 +185,7 @@ jobs:
185185
path: .artifacts/helm
186186

187187
- name: tools - helm - install
188-
uses: azure/setup-helm@v4
188+
uses: azure/setup-helm@v5
189189

190190
- name: tools - helm - login - ghcr.io
191191
run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)