File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 github_token : ${{ github.token }}
5353
5454 - name : " Apply template and insert description"
55- uses : actions/github-script@v7
55+ uses : actions/github-script@v8
5656 env :
5757 GENERATED_DESCRIPTION : ${{ steps.describe.outputs.description }}
5858 GITHUB_TOKEN : ${{ github.token }}
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : Update PR description checkboxes
162- uses : actions/github-script@v7
162+ uses : actions/github-script@v8
163163 with :
164164 script : |
165165 const maintainedMarker = '<!-- maintained-by-copilot -->';
@@ -298,7 +298,7 @@ jobs:
298298 runs-on : ubuntu-latest
299299 steps :
300300 - name : Update change type checkboxes based on PR files
301- uses : actions/github-script@v7
301+ uses : actions/github-script@v8
302302 with :
303303 script : |
304304 const maintainedMarker = '<!-- maintained-by-copilot -->';
You can’t perform that action at this time.
0 commit comments