From ebd3d67bf3e10fe914317d5cf07f6977cc38ff26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:48:28 +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-slash-commands.yaml | 2 +- .github/workflows/pr-labels.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-slash-commands.yaml b/.github/workflows/issue-slash-commands.yaml index 62bbd2e..046c04d 100644 --- a/.github/workflows/issue-slash-commands.yaml +++ b/.github/workflows/issue-slash-commands.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Process slash command - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const allowedUsers = ["ChrisTitusTech", "og-mrk", "Marterich", "MyDrift-user", "Real-MullaC", "CodingWonders", "GabiNun2", "FluffyPunk"]; diff --git a/.github/workflows/pr-labels.yaml b/.github/workflows/pr-labels.yaml index fb8dbe1..fc148c0 100644 --- a/.github/workflows/pr-labels.yaml +++ b/.github/workflows/pr-labels.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Check PR body for Type of Change - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prBody = context.payload.pull_request.body || '';