From d36a989bead49b0e0e7be84f0eb16dcb77ebc772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:34:15 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cookbook_pr_trigger.yaml | 2 +- .github/workflows/cookbook_preproc.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cookbook_pr_trigger.yaml b/.github/workflows/cookbook_pr_trigger.yaml index 48f5b3849..48b1b72de 100644 --- a/.github/workflows/cookbook_pr_trigger.yaml +++ b/.github/workflows/cookbook_pr_trigger.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Dispatch preproc if: ${{ github.event.issue.pull_request }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner diff --git a/.github/workflows/cookbook_preproc.yaml b/.github/workflows/cookbook_preproc.yaml index be29d6605..d76ac7d86 100644 --- a/.github/workflows/cookbook_preproc.yaml +++ b/.github/workflows/cookbook_preproc.yaml @@ -60,7 +60,7 @@ jobs: - name: Create check if: github.event_name == 'workflow_dispatch' && inputs.pr_number != '' id: create-check - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const created_run = await github.request( @@ -197,7 +197,7 @@ jobs: - name: Update check if: always() && github.event_name == 'workflow_dispatch' && inputs.pr_number != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.request(