From d979583a4f631c6e8ed0db5b69723da06466948d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:42:44 +0000 Subject: [PATCH] :arrow_up: Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/website-preview-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 8bc4229..65e2f2f 100644 --- a/.github/workflows/website-preview-cd.yml +++ b/.github/workflows/website-preview-cd.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Set Commit Status - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.repos.createCommitStatus({ @@ -78,7 +78,7 @@ jobs: :rocket: Deployed to ${{ steps.deploy.outputs.deploy-url }} - name: Set Commit Status - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: always() with: script: |