Brooooooklyn / pinyin

rust-pinyin binding for Node.js
https://napi.rs/docs/ecosystem/@napi-rs/pinyin
MIT License
146 stars 9 forks source link

chore: bump up cross-platform-actions/action action to v0.22.0 #259

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cross-platform-actions/action action minor v0.21.1 -> v0.22.0

Release Notes

cross-platform-actions/action (cross-platform-actions/action) ### [`v0.22.0`](https://togithub.com/cross-platform-actions/action/releases/tag/v0.22.0): Cross Platform Action 0.22.0 [Compare Source](https://togithub.com/cross-platform-actions/action/compare/v0.21.1...v0.22.0) ##### Added - Added support for using the action in multiple steps in the same job ([#​26](https://togithub.com/cross-platform-actions/action/issues/26)). All the inputs need to be the same for all steps, except for the following inputs: `sync_files`, `shutdown_vm` and `run`. - Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter: `shutdown_vm`. When set to `false`, this will hopefully mitigate very frequent freezing of VM during teardown ([#​61](https://togithub.com/cross-platform-actions/action/issues/61), [#​72](https://togithub.com/cross-platform-actions/action/issues/72)). ##### Changed - Always terminate VM instead of shutting down. This is more efficient and this will hopefully mitigate very frequent freezing of VM during teardown ([#​61](https://togithub.com/cross-platform-actions/action/issues/61), [#​72](https://togithub.com/cross-platform-actions/action/issues/72)). - Use `unsafe` as the cache mode for QEMU disks. This should improve performance ([#​67](https://togithub.com/cross-platform-actions/action/issues/67)).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.