From 2f05c9b73e6610967a6871e9a8370d3276adccb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:51:56 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/deploy-complete.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 10c0d494..23699f9b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -81,7 +81,7 @@ jobs: - name: Mark PR as auto-merge enabled if: steps.check_auto_merge.outputs.auto_merge == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/deploy-complete.yml b/.github/workflows/deploy-complete.yml index a610f114..f8d50ebd 100644 --- a/.github/workflows/deploy-complete.yml +++ b/.github/workflows/deploy-complete.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 💬 Post deploy info to PR - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prNumber = '${{ github.event.client_payload.pr_number }}';