Skip to content

Commit edf9a13

Browse files
committed
Update github actions
1 parent 035e489 commit edf9a13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
timeout-minutes: 5
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- name: Set up Python 3.8
16-
uses: actions/setup-python@v2
14+
- uses: actions/checkout@v4
15+
- name: Set up Python 3.12
16+
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)