From c0ee3f11e6c32b98900ee96c2197ccc8eb9ff65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:26:32 +0000 Subject: [PATCH] build(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/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3695ba7..29ee03a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -111,7 +111,7 @@ jobs: echo "preview_url=$PREVIEW_URL" >> $GITHUB_OUTPUT - name: Comment on PR with preview URL - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const previewUrl = '${{ steps.preview.outputs.preview_url }}'; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d7ec66..3265aa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Create GitHub Release id: create_release if: steps.tag_check.outputs.exists == 'false' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');