|
14 | 14 | branches: ${{ steps.set-matrix.outputs.branches }}
|
15 | 15 | matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
|
16 | 16 | steps:
|
17 |
| - - uses: actions/checkout@v2 |
| 17 | + - uses: actions/checkout@v3 |
18 | 18 | with:
|
19 | 19 | # Set fetch-depth to 0 to clone the full repository
|
20 | 20 | # including all branches. This is required to find
|
|
51 | 51 | timeout-minutes: ${{ matrix.timeout_minutes }}
|
52 | 52 | steps:
|
53 | 53 | - name: git checkout
|
54 |
| - uses: actions/checkout@v2 |
| 54 | + uses: actions/checkout@v3 |
55 | 55 | with:
|
56 | 56 | ref: ${{ matrix.branch.ref }}
|
57 | 57 | - name: Create MSSQL container
|
@@ -121,7 +121,7 @@ jobs:
|
121 | 121 | runs-on: macos-11
|
122 | 122 | steps:
|
123 | 123 | - name: git checkout
|
124 |
| - uses: actions/checkout@v2 |
| 124 | + uses: actions/checkout@v3 |
125 | 125 | with:
|
126 | 126 | ref: ${{ matrix.branch.ref }}
|
127 | 127 | - name: brew
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 | runs-on: ubuntu-20.04
|
177 | 177 | steps:
|
178 | 178 | - name: git checkout
|
179 |
| - uses: actions/checkout@v2 |
| 179 | + uses: actions/checkout@v3 |
180 | 180 | - name: Create MSSQL container
|
181 | 181 | uses: ./.github/actions/setup-mssql
|
182 | 182 | - name: Create Oracle container
|
@@ -220,7 +220,7 @@ jobs:
|
220 | 220 | USE_TRACKED_ALLOC: 1
|
221 | 221 | steps:
|
222 | 222 | - name: git checkout
|
223 |
| - uses: actions/checkout@v2 |
| 223 | + uses: actions/checkout@v3 |
224 | 224 | with:
|
225 | 225 | ref: ${{ matrix.branch.ref }}
|
226 | 226 | - name: apt
|
@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | runs-on: ubuntu-20.04
|
316 | 316 | steps:
|
317 | 317 | - name: git checkout
|
318 |
| - uses: actions/checkout@v2 |
| 318 | + uses: actions/checkout@v3 |
319 | 319 | with:
|
320 | 320 | ref: ${{ matrix.branch.ref }}
|
321 | 321 | - name: Create MSSQL container
|
@@ -386,7 +386,7 @@ jobs:
|
386 | 386 | runs-on: ubuntu-22.04
|
387 | 387 | steps:
|
388 | 388 | - name: git checkout
|
389 |
| - uses: actions/checkout@v2 |
| 389 | + uses: actions/checkout@v3 |
390 | 390 | with:
|
391 | 391 | ref: ${{ matrix.branch.ref }}
|
392 | 392 | - name: apt
|
@@ -481,7 +481,7 @@ jobs:
|
481 | 481 | runs-on: ubuntu-20.04
|
482 | 482 | steps:
|
483 | 483 | - name: git checkout
|
484 |
| - uses: actions/checkout@v2 |
| 484 | + uses: actions/checkout@v3 |
485 | 485 | with:
|
486 | 486 | ref: ${{ matrix.branch.ref }}
|
487 | 487 | - name: apt
|
|
0 commit comments