From a29ba319c212f6b5af146498c670aa6ce30fa3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:37:16 +0000 Subject: [PATCH] ci(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/integration-testing.yml | 2 +- .github/workflows/pr-automerge.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 9fbfa11..55d1346 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -16,7 +16,7 @@ jobs: approval-env: ${{ steps.collab-check.outputs.result }} steps: - name: Collaborator Check - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: collab-check with: result-encoding: string diff --git a/.github/workflows/pr-automerge.yml b/.github/workflows/pr-automerge.yml index 4b4e571..8aea1d9 100644 --- a/.github/workflows/pr-automerge.yml +++ b/.github/workflows/pr-automerge.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check CI status id: ci-status - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: checkRuns } = await github.rest.checks.listForRef({ @@ -51,7 +51,7 @@ jobs: - name: Auto-merge PR if: steps.ci-status.outputs.result == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.pulls.merge({