From b6711d6ab926c942e279281ac85544492e37eeb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:12:02 +0800 Subject: [PATCH] chore(deps): update actions-cool/issues-helper action to v3.4.0 (#3279) [skip ci] 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 fd3e04e9e3a..f7249d7a2b3 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.3.3 + uses: actions-cool/issues-helper@v3.4.0 with: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }}