From b59005bffa4961dccdd21f501eebf169942003a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:09:02 +0000 Subject: [PATCH] Upgrade: [dependabot] - 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/combine-dependabot-prs.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index c282e88d..ca832081 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -30,7 +30,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: create-combined-pr name: Create Combined PR with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0661a1f6..6b78f010 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,7 @@ jobs: issue_number: ${{steps.get_issue_number.outputs.result}} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 name: get issue number id: get_issue_number with: