From f9945c671a67c6636205e9da48d6ba91606b2b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:14:54 +0000 Subject: [PATCH] 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/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 231a0d97f..48f5b3849 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@v7 + uses: actions/github-script@v8 with: script: | const owner = context.repo.owner diff --git a/.github/workflows/cookbook_preproc.yaml b/.github/workflows/cookbook_preproc.yaml index 7f69b8c69..27a8bdad7 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@v7 + uses: actions/github-script@v8 with: script: | const created_run = await github.request( @@ -196,7 +196,7 @@ jobs: - name: Update check if: always() && github.event_name == 'workflow_dispatch' && inputs.pr_number != '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.request(