Update to new v4 release

This commit is contained in:
Thomas Boop
2022-03-01 12:12:44 -05:00
committed by GitHub
parent e1132f5ed5
commit abae52fa24

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 }}"
``` ```