From 551f03ee9c76b79ef84bc81e203452000fd7aab4 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 3 Sep 2025 16:06:08 -0500 Subject: [PATCH] Bump peter-evans/slash-command-dispatch to v4 --- .github/workflows/ok-to-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml index e1d4060..76f971c 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -15,7 +15,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.GITHUB_TOKEN }} reaction-token: ${{ secrets.GITHUB_TOKEN }}