Skip to content

Commit

Permalink
Update helm/chart-testing-action to 2.6.1 (#31)
Browse files Browse the repository at this point in the history
**Description**
Updating the github action step for `helm/chart-testing-action` to the
2.6.1 as it's the latest version and the current version seems to no
longer work.

**Testing**
Action is ran on this pr and successfully finished.

**Documentation**
N/A
  • Loading branch information
standrewd authored Nov 17, 2023
1 parent e6d93da commit 3c3d69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-latest: true

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

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

0 comments on commit 3c3d69d

Please sign in to comment.