From 38ad63005fe8721e9900fd862bca30e7b43c3570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 05:16:53 +0000 Subject: [PATCH] chore(ci): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cleanup-preview.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-preview.yml b/.github/workflows/cleanup-preview.yml index 29acb2f..bd65ee0 100644 --- a/.github/workflows/cleanup-preview.yml +++ b/.github/workflows/cleanup-preview.yml @@ -58,7 +58,7 @@ jobs: continue-on-error: true - name: Comment Cleanup Status - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SHOULD_CLEANUP: ${{ steps.cleanup_guard.outputs.should_cleanup }} SKIP_REASON: ${{ steps.cleanup_guard.outputs.reason }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 55daaf6..685b58c 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -120,7 +120,7 @@ jobs: - name: Comment Preview URL if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: PREVIEW_URL: ${{ steps.preview_meta.outputs.preview_url }} SHOULD_DEPLOY: ${{ steps.deploy_guard.outputs.should_deploy }}