Skip to content

Commit

Permalink
clean up and fix cr action next release (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Jan 20, 2025
1 parent ef3072d commit 0d28d31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.14.4
version: v3.17.0

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
check-latest: true

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

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-testing version to install (default: 3.10.1)"
description: "The chart-testing version to install (default: 3.12.0)"
required: false
default: '3.12.0'
yamllint_version:
description: "The yamllint version to install (default: 1.27.1)"
required: false
default: '1.33.0'
yamale_version:
description: "The yamale version to install (default: 3.0.4)"
description: "The yamale version to install (default: 4.0.4)"
required: false
default: '4.0.4'
runs:
Expand Down

0 comments on commit 0d28d31

Please sign in to comment.