chore(github): bump lint container for arm/M1 macs (#1411)
This commit is contained in:
parent
b029a6dde3
commit
f4501b21db
2 changed files with 5 additions and 2 deletions
5
.github/workflows/lint-and-test.yml
vendored
5
.github/workflows/lint-and-test.yml
vendored
|
|
@ -20,7 +20,10 @@ jobs:
|
|||
|
||||
- name: Setup Chart Linting
|
||||
id: lint
|
||||
uses: helm/chart-testing-action@v2.2.1
|
||||
uses: helm/chart-testing-action@v2.3.0
|
||||
with:
|
||||
# Note: Also update in scripts/lint.sh
|
||||
version: v3.7.0
|
||||
|
||||
- name: List changed charts
|
||||
id: list-changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue