kachick / times_kachick

`#times_kachick channel in chat` as a public repository. Personal Note and TODOs
https://github.com/kachick/times_kachick/issues?q=is%3Aissue+is%3Aclosed
6 stars 0 forks source link

2024-03-05 - GitHub action の JavaScript action で node の major を上げた時に action 自体の major version も上げるべきなのかどうなのか #270

Closed kachick closed 4 months ago

kachick commented 4 months ago

公式のアクションが今までnodeに伴いmajor上げてたからほーんそういうもんかとなんとなくそう思い込んでたけど、突っ込んでる人もいてやはり・・・どっちなんだ!?となった。

https://github.com/actions/checkout/pull/1436#issuecomment-1737711301 https://github.com/actions/upload-artifact/releases/tag/v3.0.0

というのがふと気になったのは、podman というか buildah で container image を build する action が node 上げたんだけど minor up だったから

https://github.com/redhat-actions/buildah-build/pull/128#issuecomment-1978579570

action ui の warning からは https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ に誘導されるが、特にそのあたりは言及されてない

kachick commented 3 months ago

https://github.com/dependabot/fetch-metadata/releases/tag/v2.0.0

これもそんな感じで上げてきてて、GitHub の公式というかに近いものほどそうしているっぽいけどあんま妥当性を感じないというか自分が理解できてない気がする