From 5e6bdf6d892fb474d3e1447d7880c0407dd4cd11 Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Fri, 3 Mar 2023 11:17:10 -0500 Subject: [PATCH] update the example workflow in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203ec136..4c1a687f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" ```