Spaces:
Sleeping
Sleeping
Bump actions/checkout to v5
Browse filesv4 is pinned to Node 20, which runners now force onto Node 24 with a
deprecation warning on every run.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
.github/workflows/sync-to-hf-space.yml
CHANGED
|
@@ -17,7 +17,7 @@ jobs:
|
|
| 17 |
verify:
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
steps:
|
| 20 |
-
- uses: actions/checkout@
|
| 21 |
|
| 22 |
- name: Build image
|
| 23 |
run: docker build -t opencode-cloud:ci .
|
|
@@ -75,7 +75,7 @@ jobs:
|
|
| 75 |
# Override with a repo variable (or secret) named HF_SPACE.
|
| 76 |
HF_SPACE: ${{ vars.HF_SPACE || secrets.HF_SPACE || github.repository }}
|
| 77 |
steps:
|
| 78 |
-
- uses: actions/checkout@
|
| 79 |
with:
|
| 80 |
# Full history: the force-push below cannot be made from a shallow clone.
|
| 81 |
fetch-depth: 0
|
|
|
|
| 17 |
verify:
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
steps:
|
| 20 |
+
- uses: actions/checkout@v5
|
| 21 |
|
| 22 |
- name: Build image
|
| 23 |
run: docker build -t opencode-cloud:ci .
|
|
|
|
| 75 |
# Override with a repo variable (or secret) named HF_SPACE.
|
| 76 |
HF_SPACE: ${{ vars.HF_SPACE || secrets.HF_SPACE || github.repository }}
|
| 77 |
steps:
|
| 78 |
+
- uses: actions/checkout@v5
|
| 79 |
with:
|
| 80 |
# Full history: the force-push below cannot be made from a shallow clone.
|
| 81 |
fetch-depth: 0
|