File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838
3939 - name : Setup Chart Linting
4040 id : lint
41- uses : helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4 .0
41+ uses : helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6 .0
4242 with :
4343 # Note: Also update in scripts/lint.sh
44- version : v3.7.1
44+ version : v3.10.0
4545
4646 - name : List changed charts
4747 id : list-changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n"
99docker run \
1010 -v " $SRCROOT :/workdir" \
1111 --entrypoint /bin/sh \
12- quay.io/helmpack/chart-testing:v3.7.1 \
12+ quay.io/helmpack/chart-testing:v3.10.0 \
1313 -c cd /workdir \
1414 ct lint \
1515 --config .github/configs/ct-lint.yaml \
You can’t perform that action at this time.
0 commit comments