Paul Clark commited on
Commit ·
a3e9f62
1
Parent(s): b0ed7f1
ci: bump actions/checkout to v5 and setup-python to v6 for Node 24
Browse files
.github/workflows/ci.yml
CHANGED
|
@@ -20,10 +20,10 @@ jobs:
|
|
| 20 |
python-version: ["3.10", "3.11", "3.12"]
|
| 21 |
|
| 22 |
steps:
|
| 23 |
-
- uses: actions/checkout@
|
| 24 |
|
| 25 |
- name: Set up Python ${{ matrix.python-version }}
|
| 26 |
-
uses: actions/setup-python@
|
| 27 |
with:
|
| 28 |
python-version: ${{ matrix.python-version }}
|
| 29 |
cache: pip
|
|
@@ -41,10 +41,10 @@ jobs:
|
|
| 41 |
name: Dataset generator smoke test
|
| 42 |
runs-on: ubuntu-latest
|
| 43 |
steps:
|
| 44 |
-
- uses: actions/checkout@
|
| 45 |
|
| 46 |
- name: Set up Python
|
| 47 |
-
uses: actions/setup-python@
|
| 48 |
with:
|
| 49 |
python-version: "3.11"
|
| 50 |
cache: pip
|
|
|
|
| 20 |
python-version: ["3.10", "3.11", "3.12"]
|
| 21 |
|
| 22 |
steps:
|
| 23 |
+
- uses: actions/checkout@v5
|
| 24 |
|
| 25 |
- name: Set up Python ${{ matrix.python-version }}
|
| 26 |
+
uses: actions/setup-python@v6
|
| 27 |
with:
|
| 28 |
python-version: ${{ matrix.python-version }}
|
| 29 |
cache: pip
|
|
|
|
| 41 |
name: Dataset generator smoke test
|
| 42 |
runs-on: ubuntu-latest
|
| 43 |
steps:
|
| 44 |
+
- uses: actions/checkout@v5
|
| 45 |
|
| 46 |
- name: Set up Python
|
| 47 |
+
uses: actions/setup-python@v6
|
| 48 |
with:
|
| 49 |
python-version: "3.11"
|
| 50 |
cache: pip
|
.github/workflows/sync-to-hf-space.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
- name: Checkout
|
| 13 |
-
uses: actions/checkout@
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
|
|
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
- name: Checkout
|
| 13 |
+
uses: actions/checkout@v5
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|