我收到警告
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: ./
Run Code Online (Sandbox Code Playgroud)
我知道这是因为 v12 已被弃用并正在被删除,但我已将用法从 v12 更改为 v18,但我不明白为什么仍然收到此警告。它应该已经消失了。
我已阅读https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions上的 Actions 维护者文档