From fc778096d5d9ada75cd72eca19df7bc1519581bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:05:15 +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 175ba2b..970f620 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -80,7 +80,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 a610f11..f8d50eb 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 }}';