Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 39190a5

Browse files
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](actions/github-script@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] <support@github.com>
1 parent 6f4d603 commit 39190a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/comment_payload_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Get PR details
2424
if: ${{ inputs.pr_number }}
2525
id: pr-details
26-
uses: actions/github-script@v8
26+
uses: actions/github-script@v9
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
script: |
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Comment PR
45-
uses: actions/github-script@v8
45+
uses: actions/github-script@v9
4646
with:
4747
github-token: ${{secrets.GITHUB_TOKEN}}
4848
script: |

.github/workflows/trigger_multisig_ops_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
}
5353
5454
- name: Comment on PR
55-
uses: actions/github-script@v8
55+
uses: actions/github-script@v9
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
script: |

0 commit comments

Comments
 (0)