Skip to content

Commit abe7c15

Browse files
authored
Merge branch 'main' into addnycu
2 parents 066e951 + 0e02889 commit abe7c15

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v4
35+
- uses: actions/setup-python@v5
3636
with:
3737
python-version: "3.9"
3838

@@ -47,7 +47,7 @@ jobs:
4747
ls -l dist
4848
4949
# ref: https://github.com/actions/upload-artifact#readme
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
name: repo2docker-${{ github.sha }}
5353
path: "dist/*"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: actions/setup-python@v4
73+
- uses: actions/setup-python@v5
7474
with:
7575
python-version: "${{ matrix.python_version }}"
7676

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323

2424
# Autoformat: Python code
2525
- repo: https://github.com/psf/black
26-
rev: 23.10.1
26+
rev: 23.12.1
2727
hooks:
2828
- id: black
2929
args:
@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
args:
4343
- --profile=black
4444

4545
# Autoformat: markdown
4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.3
47+
rev: v4.0.0-alpha.8
4848
hooks:
4949
- id: prettier
5050
files: ".md"

repo2docker/contentproviders/dataverse.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -639,21 +639,34 @@
639639
},
640640
{
641641
"description": "The Research Data Repository for the Max Planck Society.",
642-
"full_name": "Edmond - Research Data Repository for the Max Planck Society",
642+
"full_name": "Edmond - Research Data Repository for the Max Planck Society (old domain)",
643643
"id": 1795,
644644
"is_active": true,
645645
"lat": 48.1366,
646646
"lng": 11.5771,
647647
"logo": "https://edmond.mpdl.mpg.de/logos/navbar/logo_for_bright.png",
648-
"name": "Edmond",
649-
"slug": "",
648+
"name": "Edmond (old domain)",
649+
"slug": "edmond_mpdl_mpg_de",
650650
"url": "https://edmond.mpdl.mpg.de",
651-
"version": "5.10"
651+
"version": "5.14"
652+
},
653+
{
654+
"description": "The Research Data Repository for the Max Planck Society.",
655+
"full_name": "Edmond - Research Data Repository for the Max Planck Society",
656+
"id": 1796,
657+
"is_active": true,
658+
"lat": 48.1366,
659+
"lng": 11.5771,
660+
"logo": "https://edmond.mpg.de/logos/navbar/logo_for_bright.png",
661+
"name": "Edmond",
662+
"slug": "edmond_mpg_de",
663+
"url": "https://edmond.mpg.de",
664+
"version": "5.14"
652665
},
653666
{
654667
"description": "The institutional research data repository of the National Yang Ming Chiao Tung University",
655668
"full_name": "National Yang Ming Chiao Tung University",
656-
"id": 1796,
669+
"id": 1797,
657670
"is_active": true,
658671
"lat": 24.7867714,
659672
"lng": 120.9984256,

0 commit comments

Comments
 (0)