File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090
9191 - name : Attach artifacts to release
9292 if : inputs.release-id
93- uses : actions/github-script@v8
93+ uses : actions/github-script@v9
9494 with :
9595 github-token : ${{ secrets.GIT_PAT }}
9696 script : |
Original file line number Diff line number Diff line change 2424
2525 - name : Check user's membership
2626 if : github.actor != 'fern-api[bot]'
27- uses : actions/github-script@v8
27+ uses : actions/github-script@v9
2828 id : check-membership
2929 with :
3030 github-token : ${{ secrets.GIT_PAT }}
4141
4242 - name : Notify user on failure
4343 if : steps.check-membership.outputs.result == 'false'
44- uses : actions/github-script@v8
44+ uses : actions/github-script@v9
4545 with :
4646 github-token : ${{ secrets.GIT_PAT }}
4747 script : |
Original file line number Diff line number Diff line change 2525 > [Workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
2626
2727 - name : Check user's membership
28- uses : actions/github-script@v8
28+ uses : actions/github-script@v9
2929 id : check-membership
3030 env :
3131 ACTOR : ${{ github.actor }}
Original file line number Diff line number Diff line change 4141
4242 - name : Get GitHub user details
4343 id : get-github-user
44- uses : actions/github-script@v8
44+ uses : actions/github-script@v9
4545 env :
4646 ACTOR_USERNAME : ${{ github.event.sender.login }}
4747 with :
Original file line number Diff line number Diff line change 2929
3030 - name : " Validate command"
3131 id : determine_command
32- uses : actions/github-script@v8
32+ uses : actions/github-script@v9
3333 env :
3434 COMMANDS_LIST : ${{ github.event.issue.pull_request && env.pull_request_commands_list || env.issue_commands_list }}
3535 with :
Original file line number Diff line number Diff line change 2323 rc-version : ${{ steps.create-draft-release.outputs.rc-version }}
2424 steps :
2525 - name : Create release draft
26- uses : actions/github-script@v8
26+ uses : actions/github-script@v9
2727 id : create-draft-release
2828 env :
2929 TARGET_COMMITISH : " ${{ github.ref_name }}"
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : hmarr/debug-action@v3.0.0
3030
31- - uses : actions/github-script@v8
31+ - uses : actions/github-script@v9
3232 env :
3333 WORKFLOW_RUN_LINK : " https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
3434 with :
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : hmarr/debug-action@v3.0.0
1616
17- - uses : actions/github-script@v8
17+ - uses : actions/github-script@v9
1818 with :
1919 github-token : ${{ secrets.GIT_PAT_HEIDI }}
2020 script : |
You can’t perform that action at this time.
0 commit comments