From 720a8ddd0e56f1ff44cb8a8e5815c9ff389ea131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:09:49 +0000 Subject: [PATCH] build(deps): Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6d85ac1..cbf6e424 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,7 +186,7 @@ jobs: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - name: Greenlight releasing to MELPA - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PAT }} script: | @@ -200,7 +200,7 @@ jobs: # We don't want this to trigger workflows, so we don't use a personal access token. - name: Greenlight releasing to MELPA Stable - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.git.createRef({