1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00

Merge pull request #334 from actions/thboop/updatetov4

Update to new v4 release
This commit is contained in:
Patrick Ellis
2022-03-01 12:22:48 -05:00
committed by GitHub

View File

@@ -97,7 +97,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
```