-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: actionlint v1.7.0に適応する #792
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dtolnay/rust-toolchainのものを踏まえて設定。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upload-artifact/download-artifactについては下記参照。
- GitHub Actions – Artifacts v4 is now Generally Available - The GitHub Blog
- actions/upload-artifact/docs/MIGRATION.md
まとめると:
- upload-artifactとdownload-artifactはセット。v3以前のartifactはdownload-artifact v4と互換性が無い(逆もそう?)
- v3以前では同一artifactにバラバラのタイミングで別々のファイルを投げ込むことができたが、v4ではartifactは"immutable"となる。そういうことがやりたければactions/upload-artifact/mergeというのが用意されている。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qryxip
情報共有ありがとうございます!
ENGINE も Node.js 周りで各 Actions のアップグレードが必要そうなのでマイグレーション情報助かりました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これを機に他のActionのバージョンあげても良いかも?
softprops/action-gh-releaseは確かNode20のv2が出てた記憶があります
今上げてもいいとは思うのですが、PRタイトルから若干離れそうなのと、後でRenovateをactionに対して導入しようかなとちょっと考えているのでそのときでいいかなと。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
その規模だと、基本的にはプルリク別々のがありがたかったりします! 変更前後で挙動に差がないリファクタリングとかはついでに加えるのOKだと思います。 |
VOICEVOX/voicevox_core#792 と同じように、怒られている部分に対応する。
VOICEVOX/voicevox_core#792 と同じように、怒られている部分に対応する。
内容
以下の二つを行い、2024-05-09にリリースされたactionlint v1.7.0に対応します。
name
とdescription
を埋める関連 Issue
その他