From bd414b7f44c22c1602117df7f1d7ac5e81233936 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 5 Dec 2023 18:00:42 +0800 Subject: [PATCH] ci: fix auto labeler job (#5206) --- .github/workflows/auto-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index bf474c4787..1e3fdd376e 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -9,4 +9,5 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5