From e3a3befc112c446378ec21570f9e101773beeb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:34:28 +0000 Subject: [PATCH] Bump peter-evans/slash-command-dispatch from 2.1.2 to 3.0.1 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2.1.2 to 3.0.1. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/dd795ccdfd5ee8c71691adc7c137b1b69b47d3c0...a28ee6cd74d5200f99e247ebc7b365c03ae0ef3c) --- 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/dispatch-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-command.yml b/.github/workflows/dispatch-command.yml index 8ac35a27775d0..196d51c6d0b34 100644 --- a/.github/workflows/dispatch-command.yml +++ b/.github/workflows/dispatch-command.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch /rebase Command - uses: peter-evans/slash-command-dispatch@dd795ccdfd5ee8c71691adc7c137b1b69b47d3c0 + uses: peter-evans/slash-command-dispatch@a28ee6cd74d5200f99e247ebc7b365c03ae0ef3c with: token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} reaction-token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}