Spaces:
Running
Running
Valentin Buchner
commited on
Commit
·
f9b9ee8
1
Parent(s):
5b59696
update github action to newest version
Browse files
.github/workflows/update-leaderboard.yaml
CHANGED
@@ -9,9 +9,9 @@ jobs:
|
|
9 |
update-markdown:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
-
- uses: actions/checkout@
|
13 |
- name: Set up Python
|
14 |
-
uses: actions/setup-python@
|
15 |
with:
|
16 |
python-version: '3.x'
|
17 |
- name: Install dependencies
|
|
|
9 |
update-markdown:
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
+
- uses: actions/checkout@v3 # Updated to the latest version at the time of writing
|
13 |
- name: Set up Python
|
14 |
+
uses: actions/setup-python@v4
|
15 |
with:
|
16 |
python-version: '3.x'
|
17 |
- name: Install dependencies
|