Skip to content

Commit

Permalink
update helm/chart-testing-action 2.4.0 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraashen committed Oct 31, 2023
1 parent cd79898 commit 7d3fc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check-latest: true

- uses: azure/setup-helm@v3
- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.5.0

- name: Lint chart
run: ct lint --chart-dirs keydb --charts keydb --validate-maintainers=false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
check-latest: true

- uses: azure/setup-helm@v3
- uses: helm/[email protected]

- uses: helm/[email protected]

- name: Lint chart
run: ct lint --chart-dirs keydb --charts keydb --validate-maintainers=false
Expand Down

0 comments on commit 7d3fc08

Please sign in to comment.