From 68a39c2bca99e7b4c962adb8f84194702fc22536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:31:25 +0000 Subject: [PATCH] chore(ci): 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/preview-cleanup.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-cleanup.yml b/.github/workflows/preview-cleanup.yml index 3c24dce..c31d2eb 100644 --- a/.github/workflows/preview-cleanup.yml +++ b/.github/workflows/preview-cleanup.yml @@ -25,7 +25,7 @@ jobs: command: pages deployment delete --project-name=notify-chain-dashboard --branch=pr-${{ github.event.pull_request.number }} --yes - name: Update PR comment to mark preview removed - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: PR_NUMBER: ${{ github.event.pull_request.number }} with: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 661912c..1089af7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -51,7 +51,7 @@ jobs: - name: Post preview URL comment if: github.event.pull_request.head.repo.full_name == github.repository && steps.deploy.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }} PR_NUMBER: ${{ github.event.pull_request.number }}