From f6ffce342f7b039c917fbdcdb4843c04625941c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=B8=85?= <892739385@qq.com> Date: Thu, 23 May 2024 11:53:37 +0800 Subject: [PATCH] Update label.yml --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 888105186..a3ab94f2b 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -16,6 +16,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@master + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'