File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7070 run : npm run check:fix
7171
7272 - name : Generate Changelog
73- uses : actions/github-script@v7
73+ uses : actions/github-script@v8
7474 id : changelog
7575 env :
7676 GITHUB_TOKEN : ${{ secrets.GH_TOKEN_READ_AND_MODELS }}
@@ -117,7 +117,7 @@ jobs:
117117 # Note: We can't change the head branch once a PR is opened. Thus we need to delete any branches
118118 # that exist from any existing open pull requests. (App Perm = Pull Request: Read + Write)
119119 - name : Close existing release pull requests
120- uses : actions/github-script@v7
120+ uses : actions/github-script@v8
121121 with :
122122 github-token : ${{ steps.app-token.outputs.token }}
123123 script : |
Original file line number Diff line number Diff line change 2626
2727 - name : Extract version from PR body
2828 id : extract-version
29- uses : actions/github-script@v7
29+ uses : actions/github-script@v8
3030 with :
3131 result-encoding : string
3232 script : |
3939
4040 - name : Extract release notes from PR body
4141 id : extract-release-notes
42- uses : actions/github-script@v7
42+ uses : actions/github-script@v8
4343 with :
4444 result-encoding : string
4545 script : |
6363 git push origin v${{ steps.extract-version.outputs.result }}
6464
6565 - name : Create GitHub Release via API
66- uses : actions/github-script@v7
66+ uses : actions/github-script@v8
6767 with :
6868 script : |
6969 const owner = context.repo.owner;
You can’t perform that action at this time.
0 commit comments