From f60aae749958d340db0eb6b16fb917d9531e1be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:55:16 +0800 Subject: [PATCH] chore(deps): update actions-cool/issues-helper action to v3.5.0 (#4801) 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 de571a6b..7c0cbad6 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.4.0 + uses: actions-cool/issues-helper@v3.5.0 with: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }}