From 39190a50bc49f47dd752e6041b0c3bc46c10f390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:33:40 +0000 Subject: [PATCH] chore(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/comment_payload_report.yaml | 4 ++-- .github/workflows/trigger_multisig_ops_sync.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment_payload_report.yaml b/.github/workflows/comment_payload_report.yaml index eff0d8d..732448e 100644 --- a/.github/workflows/comment_payload_report.yaml +++ b/.github/workflows/comment_payload_report.yaml @@ -23,7 +23,7 @@ jobs: - name: Get PR details if: ${{ inputs.pr_number }} id: pr-details - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Comment PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/trigger_multisig_ops_sync.yaml b/.github/workflows/trigger_multisig_ops_sync.yaml index 82412a5..1107075 100644 --- a/.github/workflows/trigger_multisig_ops_sync.yaml +++ b/.github/workflows/trigger_multisig_ops_sync.yaml @@ -52,7 +52,7 @@ jobs: } - name: Comment on PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |