Action is depreciated warning message
Opened this issue · 1 comments
AmbientPlatypus commented
I received the following warning when running this in my GH Action:
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
It appears you can fix this by updating three lines in the actions.yml:
Line 35: change to actions/checkout@v4
Line 54: change to actions/github-script@v6
Line 68: change to actions/github-script@v6