From 4fc940bcc51f053b7d2b380ecc82b66429f22399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 02:15:38 +0000 Subject: [PATCH] maint(deps): bump peter-evans/slash-command-dispatch from 2.1.3 to 2.3.0 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.1.3 to 2.3.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...v2.3.0) --- 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..2d677eb0 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.3.0 with: token: ${{ secrets.BOT_TOKEN }} config: ${{env.command_settings}}