Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the
actions/checkout
action used by the Github workflows.
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`.
- Loading branch information