From 35008207043e1d78d33d8e93612d809f28df011f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 05:33:50 +0000 Subject: [PATCH] chore(deps): 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/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 6d0a571043..564a38c6b4 100644 --- a/.github/workflows/99-add-url-comment.yml +++ b/.github/workflows/99-add-url-comment.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: 📡 Add comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 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 1f745aa14c..2c50064ae9 100644 --- a/.github/workflows/99-auto-update-pr.yml +++ b/.github/workflows/99-auto-update-pr.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: ↔ Create Pull Request - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: create-pr with: result-encoding: string diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 15c8c0adeb..f84231eeff 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -24,7 +24,7 @@ jobs: - name: 🗑️ Clean all preview pages id: cleanup - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: json script: |