|
12 | 12 | branches: ${{ steps.set-matrix.outputs.branches }} |
13 | 13 | matrix-include: ${{ steps.set-matrix.outputs.matrix-include }} |
14 | 14 | steps: |
15 | | - - uses: actions/checkout@v2 |
| 15 | + - uses: actions/checkout@v3 |
16 | 16 | with: |
17 | 17 | # Set fetch-depth to 0 to clone the full repository |
18 | 18 | # including all branches. This is required to find |
|
49 | 49 | timeout-minutes: ${{ matrix.timeout_minutes }} |
50 | 50 | steps: |
51 | 51 | - name: git checkout |
52 | | - uses: actions/checkout@v2 |
| 52 | + uses: actions/checkout@v3 |
53 | 53 | with: |
54 | 54 | ref: ${{ matrix.branch.ref }} |
55 | 55 | - name: Create MSSQL container |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | runs-on: macos-11 |
116 | 116 | steps: |
117 | 117 | - name: git checkout |
118 | | - uses: actions/checkout@v2 |
| 118 | + uses: actions/checkout@v3 |
119 | 119 | with: |
120 | 120 | ref: ${{ matrix.branch.ref }} |
121 | 121 | - name: brew |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | runs-on: ubuntu-20.04 |
166 | 166 | steps: |
167 | 167 | - name: git checkout |
168 | | - uses: actions/checkout@v2 |
| 168 | + uses: actions/checkout@v3 |
169 | 169 | - name: Create MSSQL container |
170 | 170 | uses: ./.github/actions/setup-mssql |
171 | 171 | - name: Create Oracle container |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | USE_TRACKED_ALLOC: 1 |
210 | 210 | steps: |
211 | 211 | - name: git checkout |
212 | | - uses: actions/checkout@v2 |
| 212 | + uses: actions/checkout@v3 |
213 | 213 | with: |
214 | 214 | ref: ${{ matrix.branch.ref }} |
215 | 215 | - name: apt |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | runs-on: ubuntu-20.04 |
305 | 305 | steps: |
306 | 306 | - name: git checkout |
307 | | - uses: actions/checkout@v2 |
| 307 | + uses: actions/checkout@v3 |
308 | 308 | with: |
309 | 309 | ref: ${{ matrix.branch.ref }} |
310 | 310 | - name: Create MSSQL container |
@@ -375,7 +375,7 @@ jobs: |
375 | 375 | runs-on: ubuntu-22.04 |
376 | 376 | steps: |
377 | 377 | - name: git checkout |
378 | | - uses: actions/checkout@v2 |
| 378 | + uses: actions/checkout@v3 |
379 | 379 | with: |
380 | 380 | ref: ${{ matrix.branch.ref }} |
381 | 381 | - name: apt |
|
0 commit comments