|
47 | 47 | runs-on: ubuntu-latest
|
48 | 48 | steps:
|
49 | 49 | - name: Checkout repository
|
50 |
| - uses: actions/checkout@v3 |
| 50 | + uses: actions/checkout@v4 |
51 | 51 |
|
52 | 52 | - name: Use custom container image if specified
|
53 | 53 | if: ${{ github.event.inputs.override_container_image != '' }}
|
|
89 | 89 |
|
90 | 90 | - name: Checkout repository
|
91 | 91 | if: steps.cache-relay-list.outputs.cache-hit != 'true'
|
92 |
| - uses: actions/checkout@v3 |
| 92 | + uses: actions/checkout@v4 |
93 | 93 |
|
94 | 94 | - name: Generate
|
95 | 95 | if: steps.cache-relay-list.outputs.cache-hit != 'true'
|
@@ -135,7 +135,7 @@ jobs:
|
135 | 135 | run: echo "HOME=/root" >> $GITHUB_ENV
|
136 | 136 |
|
137 | 137 | - name: Checkout repository
|
138 |
| - uses: actions/checkout@v3 |
| 138 | + uses: actions/checkout@v4 |
139 | 139 |
|
140 | 140 | - name: Calculate native lib cache hash
|
141 | 141 | id: native-lib-cache-hash
|
@@ -192,7 +192,7 @@ jobs:
|
192 | 192 | run: echo "HOME=/root" >> $GITHUB_ENV
|
193 | 193 |
|
194 | 194 | - name: Checkout repository
|
195 |
| - uses: actions/checkout@v3 |
| 195 | + uses: actions/checkout@v4 |
196 | 196 |
|
197 | 197 | - uses: actions/download-artifact@v3
|
198 | 198 | with:
|
@@ -319,7 +319,7 @@ jobs:
|
319 | 319 | run: echo "report_path=/tmp/$UNIQUE_RUN_ID" >> $GITHUB_OUTPUT
|
320 | 320 |
|
321 | 321 | - name: Checkout repository
|
322 |
| - uses: actions/checkout@v3 |
| 322 | + uses: actions/checkout@v4 |
323 | 323 |
|
324 | 324 | - uses: actions/download-artifact@v3
|
325 | 325 | with:
|
@@ -355,7 +355,7 @@ jobs:
|
355 | 355 | needs: [build-app]
|
356 | 356 | steps:
|
357 | 357 | - name: Checkout repository
|
358 |
| - uses: actions/checkout@v3 |
| 358 | + uses: actions/checkout@v4 |
359 | 359 |
|
360 | 360 | - uses: actions/download-artifact@v3
|
361 | 361 | with:
|
@@ -392,7 +392,7 @@ jobs:
|
392 | 392 | arg-spec-file: [mockapi-oss.yml, e2e-play-stagemole.yml]
|
393 | 393 | steps:
|
394 | 394 | - name: Checkout repository
|
395 |
| - uses: actions/checkout@v3 |
| 395 | + uses: actions/checkout@v4 |
396 | 396 |
|
397 | 397 | - uses: actions/download-artifact@v3
|
398 | 398 | with:
|
|
0 commit comments