From 8edb66644b40134eb26bab4ecc7274a65710e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:56:39 +0000 Subject: [PATCH] chore(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/issue-management.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-management.yml b/.github/workflows/issue-management.yml index a32ac387..8951a444 100644 --- a/.github/workflows/issue-management.yml +++ b/.github/workflows/issue-management.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Auto assign based on labels - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const issue = context.payload.issue; @@ -62,7 +62,7 @@ jobs: fetch-depth: 0 - name: Auto label based on changes - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data: files } = await github.rest.pulls.listFiles({