|
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 |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | runs-on: macos-11 |
120 | 120 | steps: |
121 | 121 | - name: git checkout |
122 | | - uses: actions/checkout@v2 |
| 122 | + uses: actions/checkout@v3 |
123 | 123 | with: |
124 | 124 | ref: ${{ matrix.branch.ref }} |
125 | 125 | - name: brew |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | runs-on: ubuntu-20.04 |
175 | 175 | steps: |
176 | 176 | - name: git checkout |
177 | | - uses: actions/checkout@v2 |
| 177 | + uses: actions/checkout@v3 |
178 | 178 | - name: Create MSSQL container |
179 | 179 | uses: ./.github/actions/setup-mssql |
180 | 180 | - name: Create Oracle container |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | USE_TRACKED_ALLOC: 1 |
219 | 219 | steps: |
220 | 220 | - name: git checkout |
221 | | - uses: actions/checkout@v2 |
| 221 | + uses: actions/checkout@v3 |
222 | 222 | with: |
223 | 223 | ref: ${{ matrix.branch.ref }} |
224 | 224 | - name: apt |
@@ -313,7 +313,7 @@ jobs: |
313 | 313 | runs-on: ubuntu-20.04 |
314 | 314 | steps: |
315 | 315 | - name: git checkout |
316 | | - uses: actions/checkout@v2 |
| 316 | + uses: actions/checkout@v3 |
317 | 317 | with: |
318 | 318 | ref: ${{ matrix.branch.ref }} |
319 | 319 | - name: Create MSSQL container |
@@ -384,7 +384,7 @@ jobs: |
384 | 384 | runs-on: ubuntu-22.04 |
385 | 385 | steps: |
386 | 386 | - name: git checkout |
387 | | - uses: actions/checkout@v2 |
| 387 | + uses: actions/checkout@v3 |
388 | 388 | with: |
389 | 389 | ref: ${{ matrix.branch.ref }} |
390 | 390 | - name: apt |
|
0 commit comments