Skip to content

Commit ac091d0

Browse files
chore(deps): bump actions/github-script from 5 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32c664e commit ac091d0

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@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({
@@ -54,7 +54,7 @@ jobs:
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 }}

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)