File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 # Add "Release Not Needed" label to the PR
182182 - name : Add Release Not Needed label
183183 if : ${{ steps.pull-request.outputs.pr_number }}
184- uses : actions/github-script@v6
184+ uses : actions/github-script@v8
185185 with :
186186 github-token : ${{ secrets.GITHUB_TOKEN }}
187187 script : |
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Fetch template body
1313 id : check_regression
14- uses : actions/github-script@v7
14+ uses : actions/github-script@v8
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1717 TEMPLATE_BODY : ${{ github.event.issue.body }}
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 # Add "Release Not Needed" label to the PR
174174 - name : Add Release Not Needed label
175175 if : ${{ steps.pull-request.outputs.pr_number }}
176- uses : actions/github-script@v6
176+ uses : actions/github-script@v8
177177 with :
178178 github-token : ${{ secrets.GITHUB_TOKEN }}
179179 script : |
You can’t perform that action at this time.
0 commit comments