Skip to content

Commit

Permalink
Merge pull request #38 from a5r0n/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
a5r0n committed Apr 18, 2024
2 parents fea4330 + 7f2154e commit 32fef8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.8.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
id: checkout
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
id: install_helm
- name: Build Helm chart
run: |
Expand Down

0 comments on commit 32fef8e

Please sign in to comment.