Skip to content

Commit

Permalink
chore(deps): update azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 2098c96 commit c5d8dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:

# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Helm chart unit tests
uses: d3adb5/helm-unittest-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:

# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.11.3

Expand Down

0 comments on commit c5d8dd8

Please sign in to comment.