From d1f002dbee250dd393b13e3e7ac311d6c5d825b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:49:42 +0000 Subject: [PATCH] ci(deps)(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/auto-merge-bot-prs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge-bot-prs.yml b/.github/workflows/auto-merge-bot-prs.yml index 037d83a..3500889 100644 --- a/.github/workflows/auto-merge-bot-prs.yml +++ b/.github/workflows/auto-merge-bot-prs.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Wait for status checks - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request; @@ -85,7 +85,7 @@ jobs: } - name: Merge pull request - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request; @@ -114,7 +114,7 @@ jobs: - name: Handle merge failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request;