From c826eccf012cd2efb8f147cf78c22978a4e5d60d Mon Sep 17 00:00:00 2001 From: vfdev Date: Tue, 19 Mar 2024 22:26:31 +0100 Subject: [PATCH] Update triage.yml --- .github/workflows/triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 0c438ab2d73..cdb17535ed5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,7 +16,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - name: Pull Request Labeler + - uses: actions/checkout@v4 + - name: Pull Request Labeler uses: actions/labeler@v5 with: configuration-path: .github/labeler.yml