openwebwork / webwork2

Course management front end for WeBWorK
http://webwork.maa.org/wiki/Main_Page
Other
141 stars 164 forks source link

Update the `actions/checkout` action used by the Github workflows. #2316

Closed drgrice1 closed 5 months ago

drgrice1 commented 5 months ago

The workflows currently use actions/checkout@v3 which used node version 16. This results in a warning that Node.js 16 actions are deprecated. So this updates to actions/checkout@v4.

This is just a maintenance pull request. Thanks to @pstaabp for observing this.