Skip to content

Commit 0d28d31

Browse files
authored
clean up and fix cr action next release (#166)
Signed-off-by: cpanato <[email protected]>
1 parent ef3072d commit 0d28d31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Helm
7979
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
8080
with:
81-
version: v3.14.4
81+
version: v3.17.0
8282

8383
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
8484
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
check-latest: true
5353

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

5757
- name: Run chart-testing (list-changed)
5858
id: list-changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ branding:
66
icon: anchor
77
inputs:
88
version:
9-
description: "The chart-testing version to install (default: 3.10.1)"
9+
description: "The chart-testing version to install (default: 3.12.0)"
1010
required: false
1111
default: '3.12.0'
1212
yamllint_version:
1313
description: "The yamllint version to install (default: 1.27.1)"
1414
required: false
1515
default: '1.33.0'
1616
yamale_version:
17-
description: "The yamale version to install (default: 3.0.4)"
17+
description: "The yamale version to install (default: 4.0.4)"
1818
required: false
1919
default: '4.0.4'
2020
runs:

0 commit comments

Comments
 (0)