From 803aab3cce56e2b53ba65d302e7abb3f82856544 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Sat, 2 May 2026 15:29:44 +0900 Subject: [PATCH] ci: upgrade deps --- .github/workflows/issue-reply.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-reply.yml b/.github/workflows/issue-reply.yml index 1801282..e52de04 100644 --- a/.github/workflows/issue-reply.yml +++ b/.github/workflows/issue-reply.yml @@ -10,7 +10,7 @@ jobs: steps: - name: help wanted if: github.event.label.name == 'help wanted' - uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4 + uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0 with: actions: create-comment issue-number: ${{ github.event.issue.number }} @@ -19,7 +19,7 @@ jobs: - name: need reproduction if: github.event.label.name == 'need reproduction' - uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4 + uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0 with: actions: create-comment issue-number: ${{ github.event.issue.number }}