Skip to content

Commit 796cc85

Browse files
committed
update CI/CD
1 parent cb45e8b commit 796cc85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: windows-latest # ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
19-
- name: Set up Python 3.10
18+
- uses: actions/checkout@v5
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.10
22+
python-version: 3.11
2323

2424
- name: Install dependencies
2525
run: |

0 commit comments

Comments
 (0)