From c21a18100988acf5b5c611208c077b0aaf9ffd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 19:03:22 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 3 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...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/publish-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index d50c9480b63..ea276a04520 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -71,7 +71,7 @@ jobs: - name: Ensure all deployments successful if: ${{ steps.deploy-template.outcome != 'success' || steps.deploy-docs.outcome != 'success' || steps.deploy-docs-api.outcome != 'success' }} - uses: actions/github-script@v3 + uses: actions/github-script@v8 with: script: | core.setFailed('One of the Vercel deployments failed') \ No newline at end of file