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 7474 env :
7575 LINODE_CLI_TOKEN : ${{ secrets.LINODE_TOKEN_2 }}
7676
77- - uses : actions/github-script@v7
77+ - uses : actions/github-script@v8
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 @@ -135,7 +135,7 @@ jobs:
135135 retention-days : 1
136136
137137 - name : Update PR Check Run
138- uses : actions/github-script@v7
138+ uses : actions/github-script@v8
139139 id : update-check-run
140140 if : ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
141141 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@v7
56+ - uses : actions/github-script@v8
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@v7
32+ uses : actions/github-script@v8
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