Spaces:
Sleeping
Sleeping
Wagtail commited on
Commit ·
216ab79
1
Parent(s): edfffae
Update push_to_hf_space.yml
Browse filesupdate actions/setup-python to v6
.github/workflows/push_to_hf_space.yml
CHANGED
|
@@ -20,7 +20,7 @@ jobs:
|
|
| 20 |
# 1. Set up Python
|
| 21 |
# -------------------------
|
| 22 |
- name: Set up Python
|
| 23 |
-
uses: actions/setup-python@
|
| 24 |
with:
|
| 25 |
python-version: '3.10'
|
| 26 |
|
|
|
|
| 20 |
# 1. Set up Python
|
| 21 |
# -------------------------
|
| 22 |
- name: Set up Python
|
| 23 |
+
uses: actions/setup-python@v6
|
| 24 |
with:
|
| 25 |
python-version: '3.10'
|
| 26 |
|