From f41bfbd46cd9c88324cbae055e3c8426a5d08617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:02:18 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/merged-notification.yml | 2 +- .github/workflows/pull-request-submitter-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merged-notification.yml b/.github/workflows/merged-notification.yml index 2f88385..6b6c35c 100644 --- a/.github/workflows/merged-notification.yml +++ b/.github/workflows/merged-notification.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/pull-request-submitter-check.yml b/.github/workflows/pull-request-submitter-check.yml index 54d128b..c565541 100644 --- a/.github/workflows/pull-request-submitter-check.yml +++ b/.github/workflows/pull-request-submitter-check.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 with: script: | const query = `