|
13 | 13 | matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
|
14 | 14 | windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }}
|
15 | 15 | steps:
|
16 |
| - - uses: actions/checkout@v3 |
| 16 | + - uses: actions/checkout@v4 |
17 | 17 | with:
|
18 | 18 | # Set fetch-depth to 0 to clone the full repository
|
19 | 19 | # including all branches. This is required to find
|
|
54 | 54 | runs-on: ubuntu-20.04
|
55 | 55 | steps:
|
56 | 56 | - name: git checkout
|
57 |
| - uses: actions/checkout@v3 |
| 57 | + uses: actions/checkout@v4 |
58 | 58 | with:
|
59 | 59 | ref: ${{ matrix.branch.ref }}
|
60 | 60 | - name: Create MSSQL container
|
@@ -142,7 +142,7 @@ jobs:
|
142 | 142 | MYSQL_ROOT_PASSWORD: root
|
143 | 143 | steps:
|
144 | 144 | - name: git checkout
|
145 |
| - uses: actions/checkout@v3 |
| 145 | + uses: actions/checkout@v4 |
146 | 146 | with:
|
147 | 147 | ref: ${{ matrix.branch.ref }}
|
148 | 148 | - name: apt
|
@@ -204,7 +204,7 @@ jobs:
|
204 | 204 | runs-on: macos-11
|
205 | 205 | steps:
|
206 | 206 | - name: git checkout
|
207 |
| - uses: actions/checkout@v3 |
| 207 | + uses: actions/checkout@v4 |
208 | 208 | with:
|
209 | 209 | ref: ${{ matrix.branch.ref }}
|
210 | 210 | - name: brew
|
@@ -259,7 +259,7 @@ jobs:
|
259 | 259 | runs-on: ubuntu-20.04
|
260 | 260 | steps:
|
261 | 261 | - name: git checkout
|
262 |
| - uses: actions/checkout@v3 |
| 262 | + uses: actions/checkout@v4 |
263 | 263 | - name: Create MSSQL container
|
264 | 264 | uses: ./.github/actions/setup-mssql
|
265 | 265 | - name: Create Oracle container
|
@@ -308,7 +308,7 @@ jobs:
|
308 | 308 | USE_TRACKED_ALLOC: 1
|
309 | 309 | steps:
|
310 | 310 | - name: git checkout
|
311 |
| - uses: actions/checkout@v3 |
| 311 | + uses: actions/checkout@v4 |
312 | 312 | with:
|
313 | 313 | ref: ${{ matrix.branch.ref }}
|
314 | 314 | - name: apt
|
@@ -424,7 +424,7 @@ jobs:
|
424 | 424 | runs-on: ubuntu-20.04
|
425 | 425 | steps:
|
426 | 426 | - name: git checkout
|
427 |
| - uses: actions/checkout@v3 |
| 427 | + uses: actions/checkout@v4 |
428 | 428 | with:
|
429 | 429 | ref: ${{ matrix.branch.ref }}
|
430 | 430 | - name: Create MSSQL container
|
@@ -500,7 +500,7 @@ jobs:
|
500 | 500 | runs-on: ubuntu-22.04
|
501 | 501 | steps:
|
502 | 502 | - name: git checkout
|
503 |
| - uses: actions/checkout@v3 |
| 503 | + uses: actions/checkout@v4 |
504 | 504 | with:
|
505 | 505 | ref: ${{ matrix.branch.ref }}
|
506 | 506 | - name: apt
|
@@ -599,7 +599,7 @@ jobs:
|
599 | 599 | runs-on: ubuntu-20.04
|
600 | 600 | steps:
|
601 | 601 | - name: git checkout
|
602 |
| - uses: actions/checkout@v3 |
| 602 | + uses: actions/checkout@v4 |
603 | 603 | with:
|
604 | 604 | ref: ${{ matrix.branch.ref }}
|
605 | 605 | - name: apt
|
@@ -670,7 +670,7 @@ jobs:
|
670 | 670 | - name: git config
|
671 | 671 | run: git config --global core.autocrlf false && git config --global core.eol lf
|
672 | 672 | - name: git checkout
|
673 |
| - uses: actions/checkout@v3 |
| 673 | + uses: actions/checkout@v4 |
674 | 674 | with:
|
675 | 675 | ref: ${{ matrix.branch.ref }}
|
676 | 676 | - name: Setup
|
|
0 commit comments