From d6acab1a8106062bf3fa60b8e6797584d13ee338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:17:22 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-protection.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index 2dd6601..94b442c 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync branch protection ruleset - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const RULESET_NAME = "Protect main"; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0b781..360c77a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: run: echo "url=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})" >> "$GITHUB_OUTPUT" - name: Comment preview URL - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: PREVIEW_URL: ${{ steps.deploy.outputs.url }} with: