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@v6
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@v6
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 @@ -126,7 +126,7 @@ jobs:
126126 tree-sitter-grammars*.tar.gz
127127
128128 - name : Greenlight releasing to MELPA
129- uses : actions/github-script@v5
129+ uses : actions/github-script@v6
130130 with :
131131 github-token : ${{ secrets.PAT }}
132132 script : |
@@ -139,7 +139,7 @@ jobs:
139139 continue-on-error : true
140140
141141 - name : Greenlight releasing to MELPA Stable
142- uses : actions/github-script@v5
142+ uses : actions/github-script@v6
143143 with :
144144 github-token : ${{ secrets.PAT }}
145145 script : |
You can’t perform that action at this time.
0 commit comments