From b58c1a917d4699fac4430a243c5ebb1c9d1e6528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:00:48 +0000 Subject: [PATCH] Bump peter-evans/slash-command-dispatch from 3.0.2 to 5.0.2 Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 3.0.2 to 5.0.2. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/f996d7b7aae9059759ac55e978cff76d91853301...9bdcd7914ec1b75590b790b844aa3b8eee7c683a) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 3d7f155..fdd7e5f 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Slash Command Dispatch - uses: peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 # v3.0.2 + uses: peter-evans/slash-command-dispatch@9bdcd7914ec1b75590b790b844aa3b8eee7c683a # v5.0.2 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} reaction-token: ${{ secrets.GITHUB_TOKEN }}