|
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
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | MYSQL_ROOT_PASSWORD: root
|
147 | 147 | steps:
|
148 | 148 | - name: git checkout
|
149 |
| - uses: actions/checkout@v3 |
| 149 | + uses: actions/checkout@v4 |
150 | 150 | with:
|
151 | 151 | ref: ${{ matrix.branch.ref }}
|
152 | 152 | - name: apt
|
@@ -208,7 +208,7 @@ jobs:
|
208 | 208 | runs-on: macos-11
|
209 | 209 | steps:
|
210 | 210 | - name: git checkout
|
211 |
| - uses: actions/checkout@v3 |
| 211 | + uses: actions/checkout@v4 |
212 | 212 | with:
|
213 | 213 | ref: ${{ matrix.branch.ref }}
|
214 | 214 | - name: brew
|
@@ -268,7 +268,7 @@ jobs:
|
268 | 268 | runs-on: ubuntu-20.04
|
269 | 269 | steps:
|
270 | 270 | - name: git checkout
|
271 |
| - uses: actions/checkout@v3 |
| 271 | + uses: actions/checkout@v4 |
272 | 272 | - name: Create MSSQL container
|
273 | 273 | uses: ./.github/actions/setup-mssql
|
274 | 274 | - name: Create Oracle container
|
@@ -317,7 +317,7 @@ jobs:
|
317 | 317 | USE_TRACKED_ALLOC: 1
|
318 | 318 | steps:
|
319 | 319 | - name: git checkout
|
320 |
| - uses: actions/checkout@v3 |
| 320 | + uses: actions/checkout@v4 |
321 | 321 | with:
|
322 | 322 | ref: ${{ matrix.branch.ref }}
|
323 | 323 | - name: apt
|
@@ -433,7 +433,7 @@ jobs:
|
433 | 433 | runs-on: ubuntu-20.04
|
434 | 434 | steps:
|
435 | 435 | - name: git checkout
|
436 |
| - uses: actions/checkout@v3 |
| 436 | + uses: actions/checkout@v4 |
437 | 437 | with:
|
438 | 438 | ref: ${{ matrix.branch.ref }}
|
439 | 439 | - name: Create MSSQL container
|
@@ -509,7 +509,7 @@ jobs:
|
509 | 509 | runs-on: ubuntu-22.04
|
510 | 510 | steps:
|
511 | 511 | - name: git checkout
|
512 |
| - uses: actions/checkout@v3 |
| 512 | + uses: actions/checkout@v4 |
513 | 513 | with:
|
514 | 514 | ref: ${{ matrix.branch.ref }}
|
515 | 515 | - name: apt
|
@@ -608,7 +608,7 @@ jobs:
|
608 | 608 | runs-on: ubuntu-20.04
|
609 | 609 | steps:
|
610 | 610 | - name: git checkout
|
611 |
| - uses: actions/checkout@v3 |
| 611 | + uses: actions/checkout@v4 |
612 | 612 | with:
|
613 | 613 | ref: ${{ matrix.branch.ref }}
|
614 | 614 | - name: apt
|
@@ -679,7 +679,7 @@ jobs:
|
679 | 679 | - name: git config
|
680 | 680 | run: git config --global core.autocrlf false && git config --global core.eol lf
|
681 | 681 | - name: git checkout
|
682 |
| - uses: actions/checkout@v3 |
| 682 | + uses: actions/checkout@v4 |
683 | 683 | with:
|
684 | 684 | ref: ${{ matrix.branch.ref }}
|
685 | 685 | - name: Setup
|
|
0 commit comments