From 37cd527f383bcbb818e3235e4c926c9b4209b3c4 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 2 Jan 2024 10:03:28 +0100 Subject: [PATCH] Revert "Bump actions/labeler from 4 to 5" --- .github/workflows/auto-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index d6bc2db..ef31a10 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"