From ff86b90485b7b861d4e6f24c36da52a61b1c2546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 17:41:04 +0000 Subject: [PATCH] maint(deps): bump peter-evans/slash-command-dispatch from 2.1.3 to 2.2.1 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.1.3 to 2.2.1. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v2.1.3...v2.2.1) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-type: direct:production update-type: version-update:semver-minor ... 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..200f8c81 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@v2.2.1 with: token: ${{ secrets.BOT_TOKEN }} config: ${{env.command_settings}}