Skip to content

Commit

Permalink
Update azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 2924a42 commit 7626730
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
quay.io/appuio/techlab: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/housekeeping.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/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 @@ -119,7 +119,7 @@ jobs:
quay.io/appuio/techlab: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 7626730

Please sign in to comment.