From 666d298f86bf7f0a970cf6b65bc5badd1c37e2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:39:30 +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 78836717e..14268c90e 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@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 b7eae200e..34a08c6d6 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@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 305034c42..a79f1e4ff 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@v7 + uses: actions/github-script@v8 with: result-encoding: json script: |