From 6fc825276db31b0c2f54812d8f62d0a27b0be2e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:04:41 +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/pr-notifications.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-notifications.yml b/.github/workflows/pr-notifications.yml index f247e6b..42ad412 100644 --- a/.github/workflows/pr-notifications.yml +++ b/.github/workflows/pr-notifications.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Handle PR Events - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { eventName, payload } = context; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5485b62..3b74d41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: - name: Cancel workflow if no release is needed if: steps.commit_message.outputs.version_bump == 'skip' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |