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 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 3232 - ldc-1.28.1 # eq to dmd v2.098.1
3333 - ldc-1.27.1 # eq to dmd v2.097.2
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636
3737 - name : Install D ${{ matrix.compiler }}
3838 uses : dlang-community/setup-dlang@v1
8585 runs-on : ${{ matrix.os }}
8686
8787 steps :
88- - uses : actions/checkout@v2
88+ - uses : actions/checkout@v3
8989
9090 - name : Install D ${{ matrix.compiler }}
9191 uses : dlang-community/setup-dlang@v1
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 --health-retries 4
111111
112112 steps :
113- - uses : actions/checkout@v2
113+ - uses : actions/checkout@v3
114114
115115 - name : Install ${{ matrix.compiler }}
116116 uses : dlang-community/setup-dlang@v1
@@ -181,7 +181,7 @@ jobs:
181181 --health-retries 4
182182
183183 steps :
184- - uses : actions/checkout@v2
184+ - uses : actions/checkout@v3
185185
186186 - name : Install ${{ matrix.compiler }}
187187 uses : dlang-community/setup-dlang@v1
You can’t perform that action at this time.
0 commit comments