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: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v3 - uses: actions/labeler@v4
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
``` ```