Skip to content

Commit 55e7b08

Browse files
Bump actions/github-script from 5 to 8 (#1158)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85feeee commit 55e7b08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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({
@@ -54,7 +54,7 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)