From 320a037956a77d56333cb811e375da89a544e5b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:20:17 +0000 Subject: [PATCH] chore(deps): update peter-evans/slash-command-dispatch digest to f996d7b --- .github/workflows/slash_ops_comment_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slash_ops_comment_dispatch.yml b/.github/workflows/slash_ops_comment_dispatch.yml index 38d97bb8..da50d35a 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@f996d7b7aae9059759ac55e978cff76d91853301 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} issue-type: pull-request