diff --git a/.github/workflows/slash_ops_comment_dispatch.yml b/.github/workflows/slash_ops_comment_dispatch.yml index 38d97bb8..c59f85a7 100644 --- a/.github/workflows/slash_ops_comment_dispatch.yml +++ b/.github/workflows/slash_ops_comment_dispatch.yml @@ -23,7 +23,7 @@ jobs: core.setOutput("branch_name", result.data.head.ref); core.setOutput("pull_request_number", context.payload.issue.number); - name: Slash Command Dispatch - uses: peter-evans/slash-command-dispatch@a28ee6cd74d5200f99e247ebc7b365c03ae0ef3c # v3 + uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} issue-type: pull-request