From 3ac5d2bbb8195421913dfeb94da6f09948b556d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:07:19 +0000 Subject: [PATCH] Bump actions/github-script from 5 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/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] --- .github/workflows/bump-version.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index c41d740d9..fbb7082f9 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -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({ @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d47cc835e..3db1bd57a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: |