From 52b26ac1eb0483618072e418f10fff2011430739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:53:27 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/depends-on-comment.yml | 2 +- .github/workflows/issue_labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/depends-on-comment.yml b/.github/workflows/depends-on-comment.yml index a45d4b23056..b6ade4d341c 100644 --- a/.github/workflows/depends-on-comment.yml +++ b/.github/workflows/depends-on-comment.yml @@ -46,7 +46,7 @@ jobs: - name: Comment on the PR if: ${{ steps.dl.outcome == 'success' }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 744923cfc71..37d68d610e3 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -23,7 +23,7 @@ jobs: issues: write steps: - name: Add labels issues automatically based on their body. - uses: actions/github-script@v9.0.0 + uses: actions/github-script@v9 with: script: | const body = context.payload.issue.body;