From 86770ba0eaf908608dd151d826e449233c8cec60 Mon Sep 17 00:00:00 2001 From: zhizhongpu <84325421+zhizhongpu@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:25:35 -0400 Subject: [PATCH] #172 bd upgrade --- .github/workflows/check-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-issue.yml b/.github/workflows/check-issue.yml index 5e3240d..f67c427 100644 --- a/.github/workflows/check-issue.yml +++ b/.github/workflows/check-issue.yml @@ -18,7 +18,7 @@ jobs: (github.event_name == 'issue_comment' && github.event.issue.pull_request && (contains(github.event.comment.body, '/run-actions-issue') || contains(github.event.comment.body, '/run-actions-all'))) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'issue_comment' && format('refs/pull/{0}/head', github.event.issue.number) || github.sha }} - name: Fail if issue/ is non-empty