From a82545551e45473ba4bb5a2f5221967d4cdd7cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:03:36 +0000 Subject: [PATCH] chore(deps): 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/99-add-url-comment.yml | 2 +- .github/workflows/99-auto-update-pr.yml | 2 +- .github/workflows/cleanup.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/99-add-url-comment.yml b/.github/workflows/99-add-url-comment.yml index ac470b487..c474b1d81 100644 --- a/.github/workflows/99-add-url-comment.yml +++ b/.github/workflows/99-add-url-comment.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: 📡 Add comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const body = `🔭🐙🐈 Test this branch here: https://${context.repo.owner}.github.io/${context.repo.repo}/review/${context.payload.pull_request.head.ref}`; diff --git a/.github/workflows/99-auto-update-pr.yml b/.github/workflows/99-auto-update-pr.yml index 57a36c09f..e388abb37 100644 --- a/.github/workflows/99-auto-update-pr.yml +++ b/.github/workflows/99-auto-update-pr.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 - name: ↔ Create Pull Request - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: create-pr with: result-encoding: string diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 5d5eb2ed7..ca0a2db0d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,7 +28,7 @@ jobs: - name: 🗑️ Clean all preview pages id: cleanup - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: json script: |