[v1.1.0 runs in a `node12` context](https://github.com/instantish/milestone-closer/blob/v1.1.0/action.yml#L15), but `node12` runtimes are deprecated and planned to stop working in GitHub Actions by Summer 2023 (source: [GitHub](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)). This action should be updated to use `runs.using: node16`.