Skip to content

Commit e20fadc

Browse files
committed
Un-break the chart-testing action
1 parent 405499a commit e20fadc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-pr-lint-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run chart-testing (lint)
1717
id: lint
18-
uses: helm/chart-testing-action@v3
18+
uses: helm/chart-testing-action@v1.0.0-rc.2
1919
with:
2020
config: .ci/ct-config.yaml
2121
command: lint

.github/workflows/on-pr-test-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run chart-testing (lint)
1717
id: lint
18-
uses: helm/chart-testing-action@v3
18+
uses: helm/chart-testing-action@v1.0.0-rc.2
1919
with:
2020
config: .ci/ct-config.yaml
2121
command: lint
@@ -28,7 +28,7 @@ jobs:
2828
if: steps.lint.outputs.changed == 'true'
2929

3030
- name: Run chart-testing (install)
31-
uses: helm/chart-testing-action@v3
31+
uses: helm/chart-testing-action@v1.0.0-rc.2
3232
with:
3333
command: install
3434
config: .ci/ct-config.yaml

0 commit comments

Comments
 (0)