Skip to content

Commit

Permalink
fix: helm chart lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Oct 11, 2024
1 parent ef2bb83 commit 7b76ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
with:
version: v3.4.0
- name: Set up Python
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.7
python-version: 3.x
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Lint chart
Expand Down

0 comments on commit 7b76ad9

Please sign in to comment.