Skip to content

Commit

Permalink
Merge pull request #433 from weka/renovate/helm-chart-testing-action-2.x
Browse files Browse the repository at this point in the history
chore(deps): update helm/chart-testing-action action to v2.7.0
  • Loading branch information
sergeyberezansky authored Jan 26, 2025
2 parents b9722f5 + 7ed3ec3 commit f370c8d
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
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

# TEST CHART
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit f370c8d

Please sign in to comment.