From a3105d0175577309ba711417d7d1484e7e8ad409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:27:46 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/pull-request-automation.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index c47cd30..5c3a1df 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -18,12 +18,12 @@ jobs: env: GITHUB: ${{ toJson(github) }} - name: Print context - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: |- console.log(context); - name: Auto reviews GHCI updates - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: |- github.rest.pulls.createReview({ @@ -38,7 +38,7 @@ jobs: || github.event.pull_request.user.login == 'geo-ghci-int[bot]' || github.event.pull_request.user.login == 'geo-ghci[bot]') - name: Auto reviews Renovate updates - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: |- github.rest.pulls.createReview({