Spaces:
Sleeping
Sleeping
Joshua Sundance Bailey
commited on
Commit
•
8a2eb93
1
Parent(s):
a14ff8d
update action versions
Browse files
.github/workflows/check-file-size-limit.yml
CHANGED
@@ -8,7 +8,7 @@ jobs:
|
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
- name: Check large files
|
11 |
-
uses: ActionsDesk/lfs-warning@
|
12 |
with:
|
13 |
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
14 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
|
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
- name: Check large files
|
11 |
+
uses: ActionsDesk/lfs-warning@v3.2
|
12 |
with:
|
13 |
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
14 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
.github/workflows/docker-hub.yml
CHANGED
@@ -9,13 +9,13 @@ jobs:
|
|
9 |
build-and-push-docker:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
-
- uses: actions/checkout@
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
16 |
|
17 |
- name: Log in to Docker Hub
|
18 |
-
uses: docker/login-action@
|
19 |
with:
|
20 |
username: joshuasundance
|
21 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
9 |
build-and-push-docker:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
+
- uses: actions/checkout@v4
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
16 |
|
17 |
- name: Log in to Docker Hub
|
18 |
+
uses: docker/login-action@v3
|
19 |
with:
|
20 |
username: joshuasundance
|
21 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
.github/workflows/hf-space.yml
CHANGED
@@ -9,7 +9,7 @@ jobs:
|
|
9 |
push-to-huggingface:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
-
- uses: actions/checkout@
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|
|
|
9 |
push-to-huggingface:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
+
- uses: actions/checkout@v4
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
|