From f2bc89df59affb6dd7a7a614d3be16729d0e2a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:10:36 +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/triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 930c677..737dc69 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Add needs-triage label - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.addLabels({ @@ -33,7 +33,7 @@ jobs: steps: - name: Add needs-review label to fork PRs - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.addLabels({