TechWiz-3 / linksafe

🔗 Scan links in your repo to ensure they are valid. Works in private repos!
GNU General Public License v3.0
7 stars 2 forks source link

Update to Node 16 #5

Closed koppor closed 2 years ago

koppor commented 2 years ago

I get following output when using this action:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout

See https://github.com/mattjegan/awesome-hacktoberfest/actions/runs/3222235089

Can you please update to Node 16?

TechWiz-3 commented 2 years ago

Ah I believe I know what's happening, give me a few minutes please

TechWiz-3 commented 2 years ago

OK, the issue is the workflow I pull requested uses checkout@v2 which uses node.js 12. As it turns out, checkout in the workflow isn't even necessary, so to fix the issue, simply remove line 12 👍

TechWiz-3 commented 2 years ago

Any updates?

koppor commented 2 years ago

Yeah, works. Thank you!