From 3f8deabe0ad1d2df1cf3432ba06b7d4237e51d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 02:22:01 +0000 Subject: [PATCH] maint(deps): bump peter-evans/slash-command-dispatch from 2.1.3 to 3.0.0 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v2.1.3...v3.0.0) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch 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 9d5439c4..80f66e0c 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.3 + uses: peter-evans/slash-command-dispatch@v3.0.0 with: token: ${{ secrets.BOT_TOKEN }} config: ${{env.command_settings}}