File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "image" : " ghcr.io/tom-tan/ldc:1.32.1 " ,
2
+ "image" : " ghcr.io/tom-tan/ldc:1.37.0 " ,
3
3
"runArgs" : [
4
4
" --cap-add=SYS_PTRACE" ,
5
5
" --security-opt" ,
Original file line number Diff line number Diff line change 31
31
test :
32
32
strategy :
33
33
matrix :
34
- dc : [dmd-2.102.2 , ldc-1.32.1 ]
34
+ dc : [dmd-2.107.1 , ldc-1.37.0 ]
35
35
experimental : [false]
36
36
include :
37
37
- dc : dmd-master
40
40
continue-on-error : ${{ matrix.experimental }}
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 1
46
46
- uses : dlang-community/setup-dlang@v1
54
54
needs : [info, test]
55
55
if : github.event_name == 'push' && needs.info.outputs.has_tag == 'true'
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 1
60
60
- uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 4
4
],
5
5
"copyright" : " Copyright © 2022, Tomoya Tanjo" ,
6
6
"dependencies" : {
7
- "schema-salad-d" : " ~>1.1.0 "
7
+ "schema-salad-d" : " ~>1.1.1 "
8
8
},
9
9
"description" : " Autogenerated classes for reading and writing CWL objects using the D language." ,
10
10
"homepage" : " https://github.com/common-workflow-lab/cwl-d-auto" ,
Original file line number Diff line number Diff line change 4
4
"automem" : " 0.6.9" ,
5
5
"cachetools" : " 0.4.1" ,
6
6
"dyaml" : " 0.9.2" ,
7
- "requests" : " 2.0.9 " ,
8
- "schema-salad-d" : " 1.1.0 " ,
7
+ "requests" : " 2.1.3 " ,
8
+ "schema-salad-d" : " 1.1.1 " ,
9
9
"test_allocator" : " 0.3.4" ,
10
10
"tinyendian" : " 0.2.0" ,
11
11
"unit-threaded" : " 0.10.8"
You can’t perform that action at this time.
0 commit comments