From 27c6e0e93601f2e543f2de756adb061cbed924b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:52:28 +0000 Subject: [PATCH] chore(ci): bump actions/github-script in the github-actions group Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/create-issues-from-tasks.yaml | 2 +- .github/workflows/issue-command-bot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-issues-from-tasks.yaml b/.github/workflows/create-issues-from-tasks.yaml index 67e3eab..d1db789 100644 --- a/.github/workflows/create-issues-from-tasks.yaml +++ b/.github/workflows/create-issues-from-tasks.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6 - name: Create Issues from Tasks - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.PAT }} script: | diff --git a/.github/workflows/issue-command-bot.yaml b/.github/workflows/issue-command-bot.yaml index 130e30a..5f0c023 100644 --- a/.github/workflows/issue-command-bot.yaml +++ b/.github/workflows/issue-command-bot.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Process Commands - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const comment = context.payload.comment.body.trim().toLowerCase();