|
71 | 71 |
|
72 | 72 | - name: Checkout PR branch |
73 | 73 | if: steps.check.outputs.triggered == 'true' |
74 | | - uses: actions/checkout@v6 |
| 74 | + uses: actions/checkout@v7 |
75 | 75 | with: |
76 | 76 | token: ${{secrets.GITHUB_TOKEN}} |
77 | 77 | repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}} |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 |
|
171 | 171 | - name: Checkout PR branch |
172 | 172 | if: steps.check.outputs.triggered == 'true' |
173 | | - uses: actions/checkout@v6 |
| 173 | + uses: actions/checkout@v7 |
174 | 174 | with: |
175 | 175 | token: ${{secrets.GITHUB_TOKEN}} |
176 | 176 | repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}} |
@@ -266,7 +266,7 @@ jobs: |
266 | 266 |
|
267 | 267 | - name: Checkout PR branch |
268 | 268 | if: steps.check.outputs.triggered == 'true' |
269 | | - uses: actions/checkout@v6 |
| 269 | + uses: actions/checkout@v7 |
270 | 270 | with: |
271 | 271 | token: ${{secrets.GITHUB_TOKEN}} |
272 | 272 | repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}} |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 |
|
363 | 363 | - name: Checkout PR branch |
364 | 364 | if: steps.check.outputs.triggered == 'true' |
365 | | - uses: actions/checkout@v6 |
| 365 | + uses: actions/checkout@v7 |
366 | 366 | with: |
367 | 367 | token: ${{secrets.GITHUB_TOKEN}} |
368 | 368 | repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}} |
|
0 commit comments