lean-dojo / ReProver

Retrieval-Augmented Theorem Provers for Lean
https://leandojo.org
MIT License
218 stars 48 forks source link

Minor fix to remove CI node warning #61

Closed Peiyang-Song closed 3 months ago

Peiyang-Song commented 3 months ago

This removes the warning message from CI runs:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.
For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/.

(tested)