Skip to content

Commit 7a0d2bc

Browse files
committed
Update dependencies
1 parent 657c1b4 commit 7a0d2bc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/tom-tan/ldc:1.32.1",
2+
"image": "ghcr.io/tom-tan/ldc:1.37.0",
33
"runArgs": [
44
"--cap-add=SYS_PTRACE",
55
"--security-opt",

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
strategy:
3333
matrix:
34-
dc: [dmd-2.102.2, ldc-1.32.1]
34+
dc: [dmd-2.107.1, ldc-1.37.0]
3535
experimental: [false]
3636
include:
3737
- dc: dmd-master
@@ -40,7 +40,7 @@ jobs:
4040
continue-on-error: ${{ matrix.experimental }}
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 1
4646
- uses: dlang-community/setup-dlang@v1
@@ -54,7 +54,7 @@ jobs:
5454
needs: [info, test]
5555
if: github.event_name == 'push' && needs.info.outputs.has_tag == 'true'
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 1
6060
- uses: softprops/action-gh-release@v1

Diff for: dub.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"copyright": "Copyright © 2022, Tomoya Tanjo",
66
"dependencies": {
7-
"schema-salad-d": "~>1.1.0"
7+
"schema-salad-d": "~>1.1.1"
88
},
99
"description": "Autogenerated classes for reading and writing CWL objects using the D language.",
1010
"homepage": "https://github.com/common-workflow-lab/cwl-d-auto",

Diff for: dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"automem": "0.6.9",
55
"cachetools": "0.4.1",
66
"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",
99
"test_allocator": "0.3.4",
1010
"tinyendian": "0.2.0",
1111
"unit-threaded": "0.10.8"

0 commit comments

Comments
 (0)