From ad396de20773b8bc41001b741a6ce92b261a1d6f Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Thu, 8 Aug 2024 11:50:07 +0800 Subject: [PATCH] Update remove-unused-labels.yml --- .github/workflows/remove-unused-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-unused-labels.yml b/.github/workflows/remove-unused-labels.yml index bb342b2..d070d0a 100644 --- a/.github/workflows/remove-unused-labels.yml +++ b/.github/workflows/remove-unused-labels.yml @@ -11,7 +11,7 @@ jobs: contents: read steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch All Issues and PRs id: fetch_issues_prs