Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Bump version
uses: actions/github-script@v5
uses: actions/github-script@v8
with:
script: |
let response = await github.rest.git.getCommit({
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
git push

- name: Create the release tag
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
# Use personal access token to trigger the release workflow.
github-token: ${{ secrets.PAT_2 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
tree-sitter-grammars*.tar.gz

- name: Greenlight releasing to MELPA
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.PAT_2 }}
script: |
Expand All @@ -178,7 +178,7 @@ jobs:
continue-on-error: true

- name: Greenlight releasing to MELPA Stable
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.PAT_2 }}
script: |
Expand Down
Loading