Skip to content

Commit

Permalink
stringify python version in github lint-chart action
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Seide <[email protected]>
  • Loading branch information
sseide committed Jan 26, 2024
1 parent 329e17d commit d781072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
version: ${{ env.HELM_VERSION }}
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
Expand Down

0 comments on commit d781072

Please sign in to comment.