ci: Revert to labeler version 4.3.0

Seems to cause the labeler to explode.
This commit is contained in:
JordanTheToaster 2023-12-04 16:14:00 +00:00 committed by refractionpcsx2
parent 86c42a00a3
commit 4d61f26dfa
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
if: github.repository == 'PCSX2/pcsx2'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}