Skip to content

Commit

Permalink
ci: update python version in lint-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmanj authored Dec 19, 2024
1 parent f2387ed commit 2020b05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
lint-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +21,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.x'
check-latest: true

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit 2020b05

Please sign in to comment.