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@v5
2323
2424 - name : Bump version
25- uses : actions/github-script@v5
25+ uses : actions/github-script@v8
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@v7
57+ uses : actions/github-script@v8
5858 with :
5959 # Use personal access token to trigger the release workflow.
6060 github-token : ${{ secrets.PAT_2 }}
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 tree-sitter-grammars*.tar.gz
166166
167167 - name : Greenlight releasing to MELPA
168- uses : actions/github-script@v7
168+ uses : actions/github-script@v8
169169 with :
170170 github-token : ${{ secrets.PAT_2 }}
171171 script : |
@@ -178,7 +178,7 @@ jobs:
178178 continue-on-error : true
179179
180180 - name : Greenlight releasing to MELPA Stable
181- uses : actions/github-script@v7
181+ uses : actions/github-script@v8
182182 with :
183183 github-token : ${{ secrets.PAT_2 }}
184184 script : |
You can’t perform that action at this time.
0 commit comments