Bump actions/labeler from 3 to 4 (#12)

This commit is contained in:
dependabot[bot] 2022-04-01 21:05:59 +00:00 committed by GitHub
parent 752502d85a
commit 9fd0a90c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ jobs:
triage: triage:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/labeler@v3 # Action page: <https://github.com/actions/labeler> - uses: actions/labeler@v4 # Action page: <https://github.com/actions/labeler>
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true sync-labels: true