File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989 steps :
9090 - name : Request CodeRabbit review on PR
91- uses : actions/github-script@v7
91+ uses : actions/github-script@v9
9292 with :
9393 script : |
9494 const run = context.payload.workflow_run;
Original file line number Diff line number Diff line change 3232
3333 - name : Check existing releases
3434 id : check-releases
35- uses : actions/github-script@v8
35+ uses : actions/github-script@v9
3636 with :
3737 script : |
3838 const { data: releases } = await github.rest.repos.listReleases({
5656
5757 - name : Find missing and outdated releases
5858 id : missing
59- uses : actions/github-script@v8
59+ uses : actions/github-script@v9
6060 env :
6161 TAGS : ${{ steps.tags.outputs.TAGS }}
6262 EXISTING_RELEASES : ${{ steps.check-releases.outputs.tags }}
8686
8787 - name : Create or update releases
8888 if : steps.missing.outputs.found_missing == 'true'
89- uses : actions/github-script@v8
89+ uses : actions/github-script@v9
9090 env :
9191 ALL_TAGS : ${{ steps.missing.outputs.all_tags }}
9292 MISSING_TAGS : ${{ steps.missing.outputs.missing_tags }}
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Summary
171171 if : always()
172- uses : actions/github-script@v8
172+ uses : actions/github-script@v9
173173 env :
174174 FOUND_MISSING : ${{ steps.missing.outputs.found_missing }}
175175 MISSING_TAGS : ${{ steps.missing.outputs.missing_tags }}
You can’t perform that action at this time.
0 commit comments