Skip to content

Commit

Permalink
Merge pull request #782 from acend/renovate/azure-setup-helm-4.x
Browse files Browse the repository at this point in the history
Update azure/setup-helm action to v4
  • Loading branch information
splattner authored May 8, 2024
2 parents 8ee02df + 2b2fc96 commit bda6f58
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 @@ -36,7 +36,7 @@ jobs:
quay.io/acend/website-hugo:pr-${{ github.event.pull_request.number }}
-
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 @@ -14,7 +14,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 @@ -38,7 +38,7 @@ jobs:
quay.io/acend/website-hugo:latest
-
name: 'Install Helm'
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.6.2
-
Expand Down

0 comments on commit bda6f58

Please sign in to comment.