fix(CI): bump pr-labeler dependencies for usage of Node.js 20 (#18983)

this workflow currently has the warning:

```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
This commit is contained in:
sudlud 2024-06-01 21:43:06 +02:00 committed by GitHub
parent 8e9e134924
commit 6f1d3aab15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: true
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml