File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323
2424 - name : Bump version
25- uses : actions/github-script@v5
25+ uses : actions/github-script@v7
2626 with :
2727 script : |
2828 let response = await github.rest.git.getCommit({
5454 git push
5555
5656 - name : Create the release tag
57- uses : actions/github-script@v5
57+ uses : actions/github-script@v7
5858 with :
5959 # Use personal access token to trigger the release workflow.
6060 github-token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 tree-sitter-grammars*.tar.gz
131131
132132 - name : Greenlight releasing to MELPA
133- uses : actions/github-script@v5
133+ uses : actions/github-script@v7
134134 with :
135135 github-token : ${{ secrets.PAT }}
136136 script : |
@@ -143,7 +143,7 @@ jobs:
143143 continue-on-error : true
144144
145145 - name : Greenlight releasing to MELPA Stable
146- uses : actions/github-script@v5
146+ uses : actions/github-script@v7
147147 with :
148148 github-token : ${{ secrets.PAT }}
149149 script : |
You can’t perform that action at this time.
0 commit comments