Spaces:
Sleeping
Sleeping
Change checkout from v3 to v2
Browse files
.github/workflows/update_spaces.yaml
CHANGED
|
@@ -12,7 +12,7 @@ jobs:
|
|
| 12 |
space_name: [company-pet-policy, about-mls, shakespeare] # List your Hugging Face space names here
|
| 13 |
steps:
|
| 14 |
- name: Checkout repository
|
| 15 |
-
uses: actions/checkout@
|
| 16 |
|
| 17 |
- name: Configure Git
|
| 18 |
run: |
|
|
|
|
| 12 |
space_name: [company-pet-policy, about-mls, shakespeare] # List your Hugging Face space names here
|
| 13 |
steps:
|
| 14 |
- name: Checkout repository
|
| 15 |
+
uses: actions/checkout@v2
|
| 16 |
|
| 17 |
- name: Configure Git
|
| 18 |
run: |
|