|
57 | 57 | runs-on: ubuntu-latest |
58 | 58 | if: ${{ github.event_name == 'push' }} |
59 | 59 | steps: |
60 | | - - uses: actions/checkout@v6.0.1 |
| 60 | + - uses: actions/checkout@v6 |
61 | 61 | with: |
62 | 62 | fetch-depth: 0 |
63 | 63 | persist-credentials: false |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | }} |
138 | 138 | if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }} |
139 | 139 | steps: |
140 | | - - uses: actions/checkout@v6.0.1 |
| 140 | + - uses: actions/checkout@v6 |
141 | 141 | with: |
142 | 142 | fetch-depth: 0 |
143 | 143 | persist-credentials: false |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | runs-on: ubuntu-latest |
213 | 213 | if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }} |
214 | 214 | steps: |
215 | | - - uses: actions/checkout@v6.0.1 |
| 215 | + - uses: actions/checkout@v6 |
216 | 216 | with: |
217 | 217 | fetch-depth: 0 |
218 | 218 | persist-credentials: false |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 | }} |
293 | 293 | if: ${{ github.event_name == 'push' }} |
294 | 294 | steps: |
295 | | - - uses: actions/checkout@v6.0.1 |
| 295 | + - uses: actions/checkout@v6 |
296 | 296 | with: |
297 | 297 | fetch-depth: 0 |
298 | 298 | persist-credentials: false |
@@ -369,7 +369,7 @@ jobs: |
369 | 369 | # if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }} |
370 | 370 | if: false |
371 | 371 | steps: |
372 | | - - uses: actions/checkout@v6.0.1 |
| 372 | + - uses: actions/checkout@v6 |
373 | 373 | with: |
374 | 374 | fetch-depth: 0 |
375 | 375 | persist-credentials: false |
@@ -455,7 +455,7 @@ jobs: |
455 | 455 | # if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }} |
456 | 456 | if: false |
457 | 457 | steps: |
458 | | - - uses: actions/checkout@v6.0.1 |
| 458 | + - uses: actions/checkout@v6 |
459 | 459 | with: |
460 | 460 | fetch-depth: 0 |
461 | 461 | persist-credentials: false |
|
0 commit comments