Skip to content

Commit

Permalink
Update CI versions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kir4h authored Sep 18, 2021
1 parent 1d05f58 commit 51ff8fe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.1
version: v3.6.3

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Set up chart-testing
uses: helm/[email protected]
with:
version: v3.3.0
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -40,7 +38,7 @@ jobs:
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down

0 comments on commit 51ff8fe

Please sign in to comment.