File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
with :
19
19
persist-credentials : false
20
20
Original file line number Diff line number Diff line change 32
32
- ldc-1.28.1 # eq to dmd v2.098.1
33
33
- ldc-1.27.1 # eq to dmd v2.097.2
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
37
37
- name : Install D ${{ matrix.compiler }}
38
38
uses : dlang-community/setup-dlang@v1
85
85
runs-on : ${{ matrix.os }}
86
86
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
89
89
90
90
- name : Install D ${{ matrix.compiler }}
91
91
uses : dlang-community/setup-dlang@v1
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
--health-retries 4
111
111
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v3
114
114
115
115
- name : Install ${{ matrix.compiler }}
116
116
uses : dlang-community/setup-dlang@v1
@@ -181,7 +181,7 @@ jobs:
181
181
--health-retries 4
182
182
183
183
steps :
184
- - uses : actions/checkout@v2
184
+ - uses : actions/checkout@v3
185
185
186
186
- name : Install ${{ matrix.compiler }}
187
187
uses : dlang-community/setup-dlang@v1
You can’t perform that action at this time.
0 commit comments