From dd037daa048f3d8e75040552e61b168ef37e7c47 Mon Sep 17 00:00:00 2001 From: Tom <25043847+Douile@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:51:45 +0000 Subject: [PATCH] Revert "Bump actions/labeler from 4 to 5 in /.github/workflows (#165)" (#167) This reverts commit 04da29f2a6b11157524c170097db14232ef32813. --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9fe17f5..0dda4ce 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" dot: true