Update labeler.yml

Switch to Node.js 16 by default.
version 3 is no longer maintained
This commit is contained in:
mosfet80
2023-08-26 22:49:12 +02:00
committed by Chris Hennes
parent 1b7d96f55a
commit 62b825ff4f

View File

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