chore: bump up cross-platform-actions/action action to v0.22.0 #352
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.21.1
->v0.22.0
Release Notes
cross-platform-actions/action (cross-platform-actions/action)
v0.22.0
: Cross Platform Action 0.22.0Compare Source
Added
Added support for using the action in multiple steps in the same job (#26).
All the inputs need to be the same for all steps, except for the following
inputs:
sync_files
,shutdown_vm
andrun
.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 tofalse
,this will hopefully mitigate very frequent freezing of VM during teardown (#61, #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, #72).
Use
unsafe
as the cache mode for QEMU disks. This should improve performance (#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.