File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Dispatch preproc
1414 if : ${{ github.event.issue.pull_request }}
15- uses : actions/github-script@v7
15+ uses : actions/github-script@v8
1616 with :
1717 script : |
1818 const owner = context.repo.owner
Original file line number Diff line number Diff line change 6060 - name : Create check
6161 if : github.event_name == 'workflow_dispatch' && inputs.pr_number != ''
6262 id : create-check
63- uses : actions/github-script@v7
63+ uses : actions/github-script@v8
6464 with :
6565 script : |
6666 const created_run = await github.request(
@@ -196,7 +196,7 @@ jobs:
196196
197197 - name : Update check
198198 if : always() && github.event_name == 'workflow_dispatch' && inputs.pr_number != ''
199- uses : actions/github-script@v7
199+ uses : actions/github-script@v8
200200 with :
201201 script : |
202202 await github.request(
You can’t perform that action at this time.
0 commit comments