|
14 | 14 | common_pr_number: ${{ steps.get-action.outputs.common_pr_number }} |
15 | 15 | if: ${{ github.event.issue.pull_request }} |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@v6 |
| 17 | + - uses: actions/checkout@v7 |
18 | 18 | with: |
19 | 19 | repository: Tencent/tdesign |
20 | 20 | sparse-checkout: | |
|
79 | 79 | runs-on: ubuntu-latest |
80 | 80 | if: ${{ needs.check.outputs.next_action == 'update-common' }} |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@v6 |
| 82 | + - uses: actions/checkout@v7 |
83 | 83 | with: |
84 | 84 | fetch-depth: 0 |
85 | 85 | token: ${{ secrets.TDESIGN_BOT_TOKEN }} |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | runs-on: ubuntu-latest |
180 | 180 | if: ${{ needs.check.outputs.next_action == 'update-ai-core' }} |
181 | 181 | steps: |
182 | | - - uses: actions/checkout@v6 |
| 182 | + - uses: actions/checkout@v7 |
183 | 183 | with: |
184 | 184 | fetch-depth: 0 |
185 | 185 | token: ${{ secrets.TDESIGN_BOT_TOKEN }} |
@@ -262,7 +262,7 @@ jobs: |
262 | 262 | runs-on: ubuntu-latest |
263 | 263 | if: ${{ needs.check.outputs.next_action == 'update-snapshot' }} |
264 | 264 | steps: |
265 | | - - uses: actions/checkout@v6 |
| 265 | + - uses: actions/checkout@v7 |
266 | 266 | with: |
267 | 267 | fetch-depth: 0 |
268 | 268 | token: ${{ secrets.TDESIGN_BOT_TOKEN }} |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | runs-on: ubuntu-latest |
383 | 383 | if: ${{ needs.check.outputs.next_action == 'update-coverage' }} |
384 | 384 | steps: |
385 | | - - uses: actions/checkout@v6 |
| 385 | + - uses: actions/checkout@v7 |
386 | 386 | with: |
387 | 387 | fetch-depth: 0 |
388 | 388 | token: ${{ secrets.TDESIGN_BOT_TOKEN }} |
|
0 commit comments