Update labeler.yml

fix deprecation warning
updated action/labeler to v5
This commit is contained in:
mosfet80
2024-04-10 15:43:39 +02:00
committed by wwmayer
parent 3b5bfd5af4
commit c0d8de527a

View File

@@ -17,7 +17,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labels.yml"