Skip to content

Commit

Permalink
fix: add v when referring to version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 6, 2024
1 parent 05358c9 commit 6ec6ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
fetch-depth: 0

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

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@5.0.0
uses: actions/setup-python@v5
with:
python-version: 3.11

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

- name: Copy the config file
run: cp .github/linters/chart-testing.yaml ct.yaml
Expand All @@ -78,7 +78,7 @@ jobs:
run: ct lint

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

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

0 comments on commit 6ec6ed1

Please sign in to comment.