Skip to content

Commit

Permalink
Update github action steps #56
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv7804 committed Feb 21, 2024
1 parent 50ce402 commit c5eb845
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
fetch-depth: 0

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

- name: Adding bitnamirepo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami-full-index https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12.2'
check-latest: true

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

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -59,9 +59,9 @@ jobs:

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
version: "v0.17.0"
version: "v0.21.0"
node_image: "kindest/node:v${{ matrix.k8s }}"

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

0 comments on commit c5eb845

Please sign in to comment.