From c7f78b93df7a749045a14e60cdc4728e7e03acdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:03:15 +0000 Subject: [PATCH] chore(deps): bump peter-evans/slash-command-dispatch from 2.1.2 to 5.0.2 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.1.2 to 5.0.2. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v2.1.2...v5.0.2) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/command-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/command-dispatch.yml b/.github/workflows/command-dispatch.yml index 21bb002..bbb0e6d 100644 --- a/.github/workflows/command-dispatch.yml +++ b/.github/workflows/command-dispatch.yml @@ -32,7 +32,7 @@ jobs: # Advanced JSON configuration - name: Slash Command Dispatch (JSON) id: scd - uses: peter-evans/slash-command-dispatch@v2.1.2 + uses: peter-evans/slash-command-dispatch@v5.0.2 with: token: ${{ secrets.BOT_TOKEN }} config: ${{env.command_settings}}