From 9aca0c12c40bf65d434641dcde3171565e02e068 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:32:19 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .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..535d042 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@v8 with: script: |- console.log(context); - name: Auto reviews GHCI updates - uses: actions/github-script@v7 + uses: actions/github-script@v8 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@v8 with: script: |- github.rest.pulls.createReview({