From 10b0f9c01442a2c3c46569199e02fa6956e0fae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:16:58 +0000 Subject: [PATCH] chore(deps): bump peter-evans/slash-command-dispatch from 3 to 4 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v3...v4) --- 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/wf_cicd_commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wf_cicd_commands.yml b/.github/workflows/wf_cicd_commands.yml index 3e0ba265d..e10bb50cd 100644 --- a/.github/workflows/wf_cicd_commands.yml +++ b/.github/workflows/wf_cicd_commands.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.issue.pull_request }} steps: - name: Slash Command Dispatch - uses: peter-evans/slash-command-dispatch@v3 + uses: peter-evans/slash-command-dispatch@v4 with: token: ${{ secrets.MONKEYBOT_PAT }} issue-type: pull-request