From 68c4977b182818b910ab04876df65b31cdfd7552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:06:50 +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/comment_on_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_on_pr.yml b/.github/workflows/comment_on_pr.yml index 944a1a33..3d6c93db 100644 --- a/.github/workflows/comment_on_pr.yml +++ b/.github/workflows/comment_on_pr.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: 'Download artifacts' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -65,7 +65,7 @@ jobs: fi - name: 'Add comment' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var fs = require('fs');