Skip to content

Commit

Permalink
Merge pull request #237 from acend/renovate/azure-setup-helm-4.x
Browse files Browse the repository at this point in the history
chore(deps): update azure/setup-helm action to v4
  • Loading branch information
splattner authored Jul 7, 2024
2 parents 779316c + b69e98a commit 2504f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ghcr.io/acend/cilium-basics-training:pr-${{ github.event.pull_request.number }}-techlab
-
name: 'Install Helm'
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.6.2
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive
-
name: 'Install Helm'
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.6.2
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
ghcr.io/acend/cilium-basics-training:latest-techlab
-
name: 'Install Helm'
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.6.2
-
Expand Down

0 comments on commit 2504f24

Please sign in to comment.