From abae52fa24965b9661a9e5373a1e3c01b61aafac Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:12:44 -0500 Subject: [PATCH] Update to new v4 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2abc38b7e..dc1c16ead 100644 --- a/README.md +++ b/README.md @@ -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 }}" ```