Question 109
### What is the purpose of the `timeout-minutes` keyword in a step?
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes
1. [x] it limits the execution time for individual step
1. [ ] it defines the time interval for individual commands within a step
1. [ ] it sets the timeout for waiting on external events before proceeding to the next step
1. [ ] it specifies the maximum duration a job is allowed to run