jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
446 stars 78 forks source link

update version of setup-python #219

Closed pionere closed 5 months ago

MehdiChinoune commented 5 months ago

GHA shows this warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:
actions/setup-python@v4, jurplel/install-qt-action/action@v3.
For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pzhlkj6612 commented 5 months ago

Hi! This actions itself is using node.js 16, so we need to do more updates. Please see #222 .

MehdiChinoune commented 5 months ago

Hi! This actions itself is using node.js 16, so we need to do more updates. Please see #222 .

Why not node20?

pzhlkj6612 commented 5 months ago

Why not node20?

Fixed. I did a wrong modification. @MehdiChinoune , thank you!