From 597e562130523d2ca7135e92ca14d337691aa513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:12:45 +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 64f8930..5d93e1c 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -19,12 +19,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 if: |- startsWith(github.head_ref, 'ghci/audit/') && (github.event.pull_request.user.login == 'geo-ghci-test[bot]' @@ -39,7 +39,7 @@ jobs: event: 'APPROVE', }) - name: Auto reviews Renovate updates - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: |- github.event.pull_request.user.login == 'renovate[bot]' with: