napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.12k stars 32 forks source link

chore(deps): update cross-platform-actions/action action to v0.22.0 #750

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 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: Enabled.

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.