File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 steps :
5252 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353 - name : " Label PR related issue for release"
54- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
54+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5555 env :
5656 PR_NUMBER : ${{ needs.get_pr_details.outputs.prNumber }}
5757 PR_BODY : ${{ needs.get_pr_details.outputs.prBody }}
Original file line number Diff line number Diff line change 3737 fi
3838 echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
3939 - name : Update issues related to release
40- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
40+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4141 with :
4242 github-token : ${{ secrets.GITHUB_TOKEN }}
4343 script : |
Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 - name : " Extract PR details"
51- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
51+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5252 with :
5353 script : |
5454 const script = require('.github/scripts/save_pr_details.js')
Original file line number Diff line number Diff line change 7777 - name : Checkout repository # in case caller workflow doesn't checkout thus failing with file not found
7878 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7979 - name : " Download previously saved PR"
80- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
80+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
8181 env :
8282 WORKFLOW_ID : ${{ inputs.record_pr_workflow_id }}
8383 # For security, we only download artifacts tied to the successful PR recording workflow
You can’t perform that action at this time.
0 commit comments