Spaces:
Sleeping
Sleeping
うみゅ
commited on
Update python-app.yml
Browse filesuses: actions/setup-python@v5
.github/workflows/python-app.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
steps:
|
21 |
- uses: actions/checkout@v4
|
22 |
- name: Set up Python 3.10
|
23 |
-
uses: actions/setup-python@
|
24 |
with:
|
25 |
python-version: "3.10"
|
26 |
cache: 'pip'
|
|
|
20 |
steps:
|
21 |
- uses: actions/checkout@v4
|
22 |
- name: Set up Python 3.10
|
23 |
+
uses: actions/setup-python@v5
|
24 |
with:
|
25 |
python-version: "3.10"
|
26 |
cache: 'pip'
|