Skip to content

Commit

Permalink
Update actions related to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Jan 27, 2025
1 parent 42c2be3 commit 072cf62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

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

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0

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

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
if: steps.list-changed.outputs.changed == 'true'
with:
version: v0.23.0
Expand Down

0 comments on commit 072cf62

Please sign in to comment.