Skip to content

Commit

Permalink
fix chart testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
tkpd-hafizhan committed Nov 2, 2023
1 parent 451080a commit ed25b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-bumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install /tmp/updatecli_amd64.deb
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: v3.7.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: v3.7.0

Expand Down

0 comments on commit ed25b03

Please sign in to comment.