Skip to content

Commit 76567e1

Browse files
committed
Update python version after deprecation of ubuntu 22 as ubuntu-latest
1 parent c87f372 commit 76567e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.7
27+
python-version: 3.14
2828

2929
- name: Set up chart-testing
3030
uses: helm/chart-testing-action@v2.6.1
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version: 3.7
50+
python-version: 3.14
5151

5252
- name: Set up chart-testing
5353
uses: helm/chart-testing-action@v2.6.1

0 commit comments

Comments
 (0)