Skip to content

Commit

Permalink
Merge pull request #187 from dirsigler/dev
Browse files Browse the repository at this point in the history
Update Action versions
  • Loading branch information
dirsigler authored Jan 5, 2025
2 parents 3c2fa79 + ea63ae3 commit 6a44773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- v1.28.9
- v1.29.4
- v1.30.0
- v1.31.4
- v1.32.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,12 +26,10 @@ jobs:

- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.8.1

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: "3.13"

- name: Set up chart-testing
uses: helm/[email protected]
Expand All @@ -46,7 +46,7 @@ jobs:
run: ct lint --config ".github/configs/ct.yaml" --target-branch main

- name: Create kind ${{ matrix.k8s }} cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: kindest/node:${{ matrix.k8s }}
Expand Down

0 comments on commit 6a44773

Please sign in to comment.