Spaces:
Sleeping
Sleeping
Update GitHub Actions to use latest action versions
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -7,8 +7,8 @@ jobs:
|
|
| 7 |
test:
|
| 8 |
runs-on: ubuntu-latest
|
| 9 |
steps:
|
| 10 |
-
- uses: actions/checkout@
|
| 11 |
-
- uses: actions/setup-python@
|
| 12 |
with:
|
| 13 |
python-version: "3.10"
|
| 14 |
- name: Install
|
|
|
|
| 7 |
test:
|
| 8 |
runs-on: ubuntu-latest
|
| 9 |
steps:
|
| 10 |
+
- uses: actions/checkout@v4
|
| 11 |
+
- uses: actions/setup-python@v5
|
| 12 |
with:
|
| 13 |
python-version: "3.10"
|
| 14 |
- name: Install
|