From 2aa7ecd0338aa48a7a448f13795dc344722ad5f7 Mon Sep 17 00:00:00 2001 From: a76yyyy Date: Mon, 13 Nov 2023 23:19:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(actions):=20=F0=9F=90=B3=20update=20check?= =?UTF-8?q?out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/process_har.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process_har.yaml b/.github/workflows/process_har.yaml index 1e185a8..44d6563 100644 --- a/.github/workflows/process_har.yaml +++ b/.github/workflows/process_har.yaml @@ -14,7 +14,7 @@ jobs: # Only run if the issue is not a PR and is labeled by har if: github.event.issue.pull_request == null && contains(github.event.issue.labels.*.name, 'har') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.11 uses: actions/setup-python@v3 with: @@ -159,4 +159,4 @@ jobs: uses: peter-evans/close-issue@v3 with: issue-number: ${{ github.event.issue.number }} - comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it." \ No newline at end of file + comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it."