Skip to content

Commit

Permalink
update in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdteam committed Nov 12, 2023
1 parent 18c0ff4 commit 58a695e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.6.2
version: v3.12.1

# 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
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -37,10 +37,8 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: "v1.25.15+k3s1"
- name: Create k8s Kind cluster
uses: helm/[email protected]

- name: Run chart-testing (install)
run: ct install --config ct.yaml

0 comments on commit 58a695e

Please sign in to comment.