Spaces:
Sleeping
Sleeping
Commit
·
30aef4c
1
Parent(s):
f7ff8d4
Fixed actions
Browse files
.github/workflows/check_file_size.yml
CHANGED
|
@@ -9,6 +9,6 @@ jobs:
|
|
| 9 |
check-large-files:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
-
- uses: ActionsDesk/lfs-warning@
|
| 13 |
with:
|
| 14 |
filesizelimit: 10485760
|
|
|
|
| 9 |
check-large-files:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
+
- uses: ActionsDesk/lfs-warning@v3.0
|
| 13 |
with:
|
| 14 |
filesizelimit: 10485760
|
.github/workflows/sync_to_huggingface.yml
CHANGED
|
@@ -16,7 +16,7 @@ jobs:
|
|
| 16 |
lfs: true
|
| 17 |
|
| 18 |
- name: Set up Python
|
| 19 |
-
uses: actions/setup-python@
|
| 20 |
with:
|
| 21 |
python-version: '3.12'
|
| 22 |
|
|
|
|
| 16 |
lfs: true
|
| 17 |
|
| 18 |
- name: Set up Python
|
| 19 |
+
uses: actions/setup-python@v5
|
| 20 |
with:
|
| 21 |
python-version: '3.12'
|
| 22 |
|