Skip to content

Commit 57a4c31

Browse files
chore(deps): bump actions/github-script from 5 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v6) --- 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 7e8c50c commit 57a4c31

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@v6
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@v6
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
@@ -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: |

0 commit comments

Comments
 (0)