Skip to content

Commit 9e459f6

Browse files
chore(deps): update azure/setup-helm action to v5 (#561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maximilian Geberl <maximilian.geberl@digits.schwarz>
1 parent 5cd3da2 commit 9e459f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2323
2424
- name: Install Helm
25-
uses: azure/setup-helm@v4
25+
uses: azure/setup-helm@v5.0.0
2626
with:
2727
version: v3.8.1
2828

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
25-
- uses: azure/setup-helm@v4.3.1
25+
- uses: azure/setup-helm@v5.0.0
2626
- name: Push artifacts
2727
run: PUSH=true hack/push-artifacts.sh ghcr.io/stackitcloud/yawol/yawol-controller
2828
build:

0 commit comments

Comments
 (0)