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 51
51
steps :
52
52
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
53
53
- 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
55
55
env :
56
56
PR_NUMBER : ${{ needs.get_pr_details.outputs.prNumber }}
57
57
PR_BODY : ${{ needs.get_pr_details.outputs.prBody }}
Original file line number Diff line number Diff line change 37
37
fi
38
38
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
39
39
- name : Update issues related to release
40
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
40
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
41
41
with :
42
42
github-token : ${{ secrets.GITHUB_TOKEN }}
43
43
script : |
Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50
50
- name : " Extract PR details"
51
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
51
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
52
52
with :
53
53
script : |
54
54
const script = require('.github/scripts/save_pr_details.js')
Original file line number Diff line number Diff line change 77
77
- name : Checkout repository # in case caller workflow doesn't checkout thus failing with file not found
78
78
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
79
79
- name : " Download previously saved PR"
80
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
80
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
81
81
env :
82
82
WORKFLOW_ID : ${{ inputs.record_pr_workflow_id }}
83
83
# 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