chore(github): Bump GitHub actions versions (#1575)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-10-25 23:33:26 +02:00 committed by GitHub
parent 7e30521dd2
commit 77de11bcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n"
docker run \
-v "$SRCROOT:/workdir" \
--entrypoint /bin/sh \
quay.io/helmpack/chart-testing:v3.7.0 \
quay.io/helmpack/chart-testing:v3.7.1 \
-c cd /workdir \
ct lint \
--config .github/configs/ct-lint.yaml \