Skip to content

Commit

Permalink
Merge pull request #70 from cdfoundation/upgrade-k8s
Browse files Browse the repository at this point in the history
chore: upgrade kind-action
  • Loading branch information
JordanGoasdoue authored Dec 17, 2024
2 parents 99b8926 + 7947776 commit b4f468a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.13.1

- name: Set up chart-testing
uses: helm/[email protected]
Expand All @@ -35,8 +35,10 @@ jobs:
run: ct lint --config ct.yml --check-version-increment=false

- name: Create kind cluster
uses: helm/kind-action@v1.4.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'
with:
version: v0.25.0

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

0 comments on commit b4f468a

Please sign in to comment.