From 600d083f12f09f1d5796dbdb684bfaf87586cb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:10:23 +0000 Subject: [PATCH] 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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1456219..8cba958 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: target-folder: "${{ steps.branch-name.outputs.current_branch }}" - name: Find PR Number - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: get_pr_number if: github.actor != 'dependabot[bot]' && steps.deployment.outputs.deployment-status == 'success' with: @@ -206,7 +206,7 @@ jobs: result-encoding: string - name: Get PR State - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: get_pr_state if: github.actor != 'dependabot[bot]' && steps.get_pr_number.outputs.result != 'null' && steps.deployment.outputs.deployment-status == 'success' with: @@ -231,7 +231,7 @@ jobs: - name: Link Deployment in Pull Request Comment if: github.actor != 'dependabot[bot]' && steps.get_pr_number.outputs.result != 'null' && steps.deployment.outputs.deployment-status == 'success' && steps.get_pr_state.outputs.result == 'open' && steps.comment.outputs.comment-id == '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({