File tree Expand file tree Collapse file tree 4 files changed +24
-11
lines changed
repo2docker/contentproviders Expand file tree Collapse file tree 4 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-22.04
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : actions/setup-python@v4
35
+ - uses : actions/setup-python@v5
36
36
with :
37
37
python-version : " 3.9"
38
38
47
47
ls -l dist
48
48
49
49
# ref: https://github.com/actions/upload-artifact#readme
50
- - uses : actions/upload-artifact@v3
50
+ - uses : actions/upload-artifact@v4
51
51
with :
52
52
name : repo2docker-${{ github.sha }}
53
53
path : " dist/*"
Original file line number Diff line number Diff line change 70
70
71
71
steps :
72
72
- uses : actions/checkout@v4
73
- - uses : actions/setup-python@v4
73
+ - uses : actions/setup-python@v5
74
74
with :
75
75
python-version : " ${{ matrix.python_version }}"
76
76
Original file line number Diff line number Diff line change 23
23
24
24
# Autoformat: Python code
25
25
- repo : https://github.com/psf/black
26
- rev : 23.10 .1
26
+ rev : 23.12 .1
27
27
hooks :
28
28
- id : black
29
29
args :
@@ -36,15 +36,15 @@ repos:
36
36
37
37
# Autoformat: Python code
38
38
- repo : https://github.com/pycqa/isort
39
- rev : 5.12.0
39
+ rev : 5.13.2
40
40
hooks :
41
41
- id : isort
42
42
args :
43
43
- --profile=black
44
44
45
45
# Autoformat: markdown
46
46
- repo : https://github.com/pre-commit/mirrors-prettier
47
- rev : v3 .0.3
47
+ rev : v4 .0.0-alpha.8
48
48
hooks :
49
49
- id : prettier
50
50
files : " .md"
Original file line number Diff line number Diff line change 639
639
},
640
640
{
641
641
"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) " ,
643
643
"id" : 1795 ,
644
644
"is_active" : true ,
645
645
"lat" : 48.1366 ,
646
646
"lng" : 11.5771 ,
647
647
"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 " ,
650
650
"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"
652
665
},
653
666
{
654
667
"description" : " The institutional research data repository of the National Yang Ming Chiao Tung University" ,
655
668
"full_name" : " National Yang Ming Chiao Tung University" ,
656
- "id" : 1796 ,
669
+ "id" : 1797 ,
657
670
"is_active" : true ,
658
671
"lat" : 24.7867714 ,
659
672
"lng" : 120.9984256 ,
You can’t perform that action at this time.
0 commit comments