Skip to content

Commit

Permalink
Update setup-helm action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 25, 2024
1 parent aa25d8e commit 29ca2ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0
with:
version: v3.11.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/barista-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0
with:
version: v3.11.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cashier-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0
with:
version: v3.11.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0
with:
version: v3.11.1

Expand Down

0 comments on commit 29ca2ec

Please sign in to comment.