chore: bump up cross-platform-actions/action action to v1#18
Open
renovate[bot] wants to merge 1 commit into
Open
chore: bump up cross-platform-actions/action action to v1#18renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
d8c58fc to
7c7e1aa
Compare
7c7e1aa to
3e564f2
Compare
3e564f2 to
db85e7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.30.0→v1.1.0Release Notes
cross-platform-actions/action (cross-platform-actions/action)
v1.1.0: Cross Platform Action 1.1.0Compare Source
Added
Add support for DragonFly BSD (#19)
Add support for MidnightBSD (#102)
Add support for FreeBSD 14.4 (#122)
Add support for OmniOS r151058
New syntax for multiple steps (#83).
Instead of invoking the action multiple times it's now possible to use a
custom shell when running commands:
Each custom-shell step automatically synchronizes files in both
directions: runner-to-vm before the step runs and vm-to-runner after.
Pass
--sync-files DIRECTIONafter the file argument to change this(
both(default),none(skip sync),runner-to-vm, orvm-to-runner), or usecpa.sh --sync-filesstandalone to sync ondemand without running a command:
Reboot mode for rebooting the VM and waiting for it to come back up
(#103,
#118).
cpa.sh --rebootissues the reboot and blocks until the VM is reachableagain:
Security
integrity verification for downloaded artifacts
(#140)
Deprecated
The
runinput parameter has been deprecated and is now optional. Use thecustom shell (
shell: cpa.sh {0}) in subsequent steps to run commands inthe virtual machine instead.
The
shutdown_vminput parameter has been deprecated and will be removedin a future release. There is no replacement. When unset, it now defaults
to
trueif therunparameter is provided (preserving the legacybehavior) and
falseotherwise (so the VM stays alive across subsequentcustom-shell steps without needing to specify it).
v1.0.0: Cross Platform Action 1.0.0Compare Source
Fixed
safe.directoryerrorsChanged
version 20 to 24.
Removed
(e.g.
ubuntu-latest) are now supported. This was deprecated in v0.25.0.hypervisorinputparameter. QEMU is now the only supported hypervisor. These were deprecated
in v0.25.0.
v1Compare Source
v0.32.0: Cross Platform Action 0.32.0Compare Source
Added
v0.31.0: Cross Platform Action 0.31.0Compare Source
Added
Fixed
Changed
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.