From 1671b0fede5b4162266d10d09c5442d91e2b077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Odini?= Date: Wed, 21 Aug 2024 15:13:49 +0200 Subject: [PATCH] chore(deps): revert bump actions/labeler from 4 to 5 (#763) --- .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 baefb5a4429..5bc422d6f23 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 #if: github.event.pull_request.head.repo.full_name == github.repository with: repo-token: "${{ secrets.GITHUB_TOKEN }}"