From 7dbef7d55993b21c089b54cd24ffc07d4f72f52c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:16:42 +0800 Subject: [PATCH] chore(deps): update actions-cool/issues-helper action to v3.5.1 (#4855) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/issue_question.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_question.yml b/.github/workflows/issue_question.yml index 7c0cbad682a..13873546a5b 100644 --- a/.github/workflows/issue_question.yml +++ b/.github/workflows/issue_question.yml @@ -10,7 +10,7 @@ jobs: if: github.event.label.name == 'question' steps: - name: Create comment - uses: actions-cool/issues-helper@v3.5.0 + uses: actions-cool/issues-helper@v3.5.1 with: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }}