File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Remove ticket prefixes from release notes
15- uses : actions/github-script@v8
15+ uses : actions/github-script@v9
1616 with :
1717 script : |
1818 const release = context.payload.release;
Original file line number Diff line number Diff line change 7474 env :
7575 LINODE_CLI_TOKEN : ${{ secrets.LINODE_TOKEN_2 }}
7676
77- - uses : actions/github-script@v8
77+ - uses : actions/github-script@v9
7878 id : update-check-run
7979 if : ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
8080 env :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 retention-days : 1
144144
145145 - name : Update PR Check Run
146- uses : actions/github-script@v8
146+ uses : actions/github-script@v9
147147 id : update-check-run
148148 if : ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
149149 env :
Original file line number Diff line number Diff line change 5353 # This is necessary as we want to ensure that version tags
5454 # are properly formatted before passing them into the
5555 # DockerFile.
56- - uses : actions/github-script@v8
56+ - uses : actions/github-script@v9
5757 id : cli_version
5858 with :
5959 script : |
Original file line number Diff line number Diff line change 2929
3030 - name : Calculate the desired release version
3131 id : calculate_version
32- uses : actions/github-script@v8
32+ uses : actions/github-script@v9
3333 env :
3434 SPEC_VERSION : ${{ github.event.client_payload.spec_version }}
3535 PREVIOUS_CLI_VERSION : ${{ steps.previoustag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments