FriendsOfREDAXO / installer-action

A GithubAction to upload github releases automatically into the REDAXO installer
MIT License
24 stars 2 forks source link

update nodejs #108

Open staabm opened 1 year ago

staabm commented 1 year ago

beim verwenden der action erscheint eine warning

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@v2

siehe https://github.com/FriendsOfREDAXO/rexstan/actions/runs/3443853549

bloep commented 1 year ago

das ist kein direktes Problem der Action sondern des Workflows, weil dort noch die actions/checkout@v2 vertreten ist.

bloep commented 1 year ago

ich würde dennoch zumindest bei FOR mal alle Repos durchgehen und die Workflows updaten https://github.com/FriendsOfREDAXO/installer-action/network/dependents?owner=FriendsOfREDAXO&dependent_type=REPOSITORY&owner=FriendsOfREDAXO

staabm commented 1 year ago

Danke

bloep commented 1 year ago

alle checkout@v2 vorkommen in workflows. https://github.com/search?q=org%3AFriendsOfREDAXO+%22checkout%40v2%22+language%3AYAML&type=code&l=YAML

noch offene Workflows (nicht archivierte Repos) mit checkout@v2:

staabm commented 1 year ago

vllt können wir künftig den workflow als komponente aus diesem repo hier laden statt überall hinzukopieren?

TobiasKrais commented 7 months ago

Ich habe folgende Warnung. Ich verwende actions/checkout@v4.

redaxo_publish Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: FriendsOfREDAXO/installer-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

alxndr-w commented 3 months ago

282 wie geht es hier weiter? Was ist zu tun?

alxndr-w commented 1 month ago

actions/checkout@v4 @TobiasKrais wirklich v4?

TobiasKrais commented 1 month ago

Ja. Hier der Workflow: https://github.com/FriendsOfREDAXO/multinewsletter/blob/7e93cd18fee622594490246cc8f942acf988305a/.github/workflows/publish-to-redaxo-org.yml#L13 und der letzte run der Action: https://github.com/FriendsOfREDAXO/multinewsletter/actions/runs/10487171491