diff --git a/README.md b/README.md index e8fa96e9..8177e6d9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" ```