Skip to content

Commit

Permalink
actually i guess it has 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlgao committed Dec 13, 2024
1 parent 9b80cb3 commit 0596f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
changed:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
charts: ${{ steps.list-changed.outputs.changed }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
version: v3.6.3
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
Expand All @@ -54,7 +54,7 @@ jobs:
exit 1
lint-chart:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs:
- changed
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
Expand Down

0 comments on commit 0596f42

Please sign in to comment.