o108minmin / halberd

TTS(Text To Speech)ソフトウェアのファイルから字幕(srt, xml)を生成するCLIツール
https://o108minmin.github.io/halberd-pages/
GNU Lesser General Public License v3.0
12 stars 1 forks source link

GitHub Actions: nodeの古いイメージから更新する #80

Closed o108minmin closed 1 year ago

o108minmin commented 1 year ago

概要

利用しているnodeが古いので警告が出ている

[Run cargo test](https://github.com/o108minmin/halberd/actions/runs/3561100320/jobs/5981703595)
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, actions-rs/toolchain@v1, actions-rs/cargo@v1
o108minmin commented 1 year ago
- uses: actions/checkout@v3

https://github.com/actions/checkout

actions v3に変えればいけるかも?