From 7a4ddd8e87a9c52c1a1c1a145e34c6a072753bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:35:08 +0000 Subject: [PATCH] ci: 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/publish.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81e055a..0b23c60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -105,7 +105,7 @@ jobs: echo "✅ Package published successfully to npm!" - name: Create GitHub deployment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const version = require('./package.json').version; @@ -120,7 +120,7 @@ jobs: }); - name: Comment on release - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'release' with: script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7633043..d46a10a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,7 +152,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Trigger npm publish workflow - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.actions.createWorkflowDispatch({