Skip to content

Commit

Permalink
ci: use latest action, but pin specific helm (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Feb 19, 2024
1 parent 6849bde commit e78da58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
version: v3.14.1

- name: Install python
uses: actions/setup-python@v5
with:
python-version: '3.10'

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

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -55,7 +55,7 @@ jobs:
run: ct lint

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

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

0 comments on commit e78da58

Please sign in to comment.