VOICEVOX / onnxruntime-rs

Rust wrapper for Microsoft's ONNX Runtime
Apache License 2.0
6 stars 13 forks source link

`set-output` および `save-state` を使用しないようにする #23

Closed PickledChair closed 1 year ago

PickledChair commented 1 year ago

内容

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ で周知されていたように、set-outputsave-state が deprecated になっていて、他のリポジトリでは対応していました (cf. https://github.com/VOICEVOX/voicevox_core/pull/321) が、こちらのリポジトリではチェックが漏れていたところがあったので、上記機能を新しいものを使うように修正します。

save-state は直接は使用していませんが、rust-cache@v1 内で使われています。コアの方では過去に v2 にアップデートしている (https://github.com/VOICEVOX/voicevox_core/pull/314) ので、そちらに合わせて v2 を使用するようにしました。

Hiroshiba commented 1 year ago

あっ もしかしたらmacos-10.15はもう存在しないかもしれません。 https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

ちょっと勝手ながらmacos-10.15を消すcommitをしてみます!

Hiroshiba commented 1 year ago

問題ないと思うのでマージします!