Skip to content

Commit dda9517

Browse files
committed
Update actions
1 parent f0553a1 commit dda9517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.10
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.7
15+
python-version: "3.10"
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)