We should probably update this action to use node16 (instead of node12) to avoid the following warning which shows up when running the action:
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-create-issue@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
I guess it is a matter of fixing this line.
We should probably update this action to use node16 (instead of node12) to avoid the following warning which shows up when running the action:
I guess it is a matter of fixing this line.