From 0373d711149b2a2536e6dded2adee4aef2664859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 6 Aug 2024 10:58:31 +0200 Subject: [PATCH] chore: fix labeler configuration (#2688) --- .github/workflows/labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 52474c6a6..88ca10f07 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - name: Checkout + uses: actions/checkout@v4 + - name: Labeler + uses: actions/labeler@v5