File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 - run : git checkout -b "bump/${{ steps.version.outputs.version }}"
3838 - run : pnpm version ${{ steps.version.outputs.version }}
3939 - run : git push origin "bump/${{ steps.version.outputs.version }}"
40- - uses : actions/github-script@v6
40+ - uses : actions/github-script@v7
4141 with :
4242 script : |
4343 core.notice('Create PR by going to: https://github.com/gitify-app/website/compare/bump/${{ steps.version.outputs.version }}')
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Validate PR title
13- uses : actions/github-script@v6
13+ uses : actions/github-script@v7
1414 with :
1515 script : |
1616 const title = context.payload.pull_request.title;
You can’t perform that action at this time.
0 commit comments