From dac88033ee62dbb809d1a003115e12dc5a3fca7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:15:19 +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/issue_on_error.yml | 2 +- .github/workflows/pr_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_on_error.yml b/.github/workflows/issue_on_error.yml index 0747e2b480e..bd22a1409c0 100644 --- a/.github/workflows/issue_on_error.yml +++ b/.github/workflows/issue_on_error.yml @@ -48,7 +48,7 @@ jobs: name: Error Trap steps: - name: Report Error - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: WORKFLOW: ${{ inputs.workflow }} LABEL: ${{ inputs.flag_label }} diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 48a2d91a83b..d995d4f5221 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: check-scope id: check-scope - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.TFLM_BOT_REPO_TOKEN }} script: |