Skip to content

Commit

Permalink
Update python version after deprecation of ubuntu 22 as ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Dec 23, 2024
1 parent c87f372 commit 4e986f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13.1

- name: Set up chart-testing
uses: helm/[email protected]
Expand All @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13.1

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

0 comments on commit 4e986f2

Please sign in to comment.