Commit b59085b
authored
build(deps): bump the actions group across 1 directory with 4 updates (#324)
Bumps the actions group with 4 updates in the / directory:
[actions/cache](https://github.com/actions/cache),
[cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall),
[astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and
[cross-platform-actions/action](https://github.com/cross-platform-actions/action).
Updates `actions/cache` from 5.0.4 to 5.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update ts-http-runtime dependency by <a
href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1747">actions/cache#1747</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.0.5">https://github.com/actions/cache/compare/v5...v5.0.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's
changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h2>How to prepare a release</h2>
<blockquote>
<p>[!NOTE]<br />
Relevant for maintainers with write access only.</p>
</blockquote>
<ol>
<li>Switch to a new branch from <code>main</code>.</li>
<li>Run <code>npm test</code> to ensure all tests are passing.</li>
<li>Update the version in <a
href="https://github.com/actions/cache/blob/main/package.json"><code>https://github.com/actions/cache/blob/main/package.json</code></a>.</li>
<li>Run <code>npm run build</code> to update the compiled files.</li>
<li>Update this <a
href="https://github.com/actions/cache/blob/main/RELEASES.md"><code>https://github.com/actions/cache/blob/main/RELEASES.md</code></a>
with the new version and changes in the <code>## Changelog</code>
section.</li>
<li>Run <code>licensed cache</code> to update the license report.</li>
<li>Run <code>licensed status</code> and resolve any warnings by
updating the <a
href="https://github.com/actions/cache/blob/main/.licensed.yml"><code>https://github.com/actions/cache/blob/main/.licensed.yml</code></a>
file with the exceptions.</li>
<li>Commit your changes and push your branch upstream.</li>
<li>Open a pull request against <code>main</code> and get it reviewed
and merged.</li>
<li>Draft a new release <a
href="https://github.com/actions/cache/releases">https://github.com/actions/cache/releases</a>
use the same version number used in <code>package.json</code>
<ol>
<li>Create a new tag with the version number.</li>
<li>Auto generate release notes and update them to match the changes you
made in <code>RELEASES.md</code>.</li>
<li>Toggle the set as the latest release option.</li>
<li>Publish the release.</li>
</ol>
</li>
<li>Navigate to <a
href="https://github.com/actions/cache/actions/workflows/release-new-action-version.yml">https://github.com/actions/cache/actions/workflows/release-new-action-version.yml</a>
<ol>
<li>There should be a workflow run queued with the same version
number.</li>
<li>Approve the run to publish the new version and update the major tags
for this action.</li>
</ol>
</li>
</ol>
<h2>Changelog</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae"><code>27d5ce7</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1747">#1747</a>
from actions/yacaovsnc/update-dependency</li>
<li><a
href="https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd"><code>f280785</code></a>
licensed changes</li>
<li><a
href="https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7"><code>619aeb1</code></a>
npm run build generated dist files</li>
<li><a
href="https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6"><code>bcf16c2</code></a>
Update ts-http-runtime to 0.3.5</li>
<li>See full diff in <a
href="https://github.com/actions/cache/compare/v5.0.4...v5.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `cargo-bins/cargo-binstall` from 1.18.0 to 1.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-bins/cargo-binstall/releases">cargo-bins/cargo-binstall's
releases</a>.</em></p>
<blockquote>
<h2>v1.19.1</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>Disable dnssec and set dns timeout to 750ms (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2559">#2559</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2560">#2560</a>)</li>
</ul>
<h2>v1.19.0</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<ul>
<li>Support cargo <code>config.toml</code> <code>include</code> field
for recursive loading (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2531">#2531</a>)</li>
<li>Add github attestation for release artifacts verification (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2549">#2549</a>)</li>
<li>Prefer quic and tls over udp/tcp for dns configs of interfaces
discovered on windows (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2550">#2550</a>)</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li>Fallback to quad9, cloudflare and then google dns if reading
<code>/etc/resolv.conf</code> fails, prefer QUIC, then http3, tls,
http2, fallback to udp/TCP (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2181">#2181</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2550">#2550</a>)</li>
<li>Fix Error message outputs ANSI escape sequences (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2554">#2554</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2556">#2556</a>)</li>
</ul>
<h4>Other changes:</h4>
<ul>
<li>Fix clippy in async_extractor
(<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2538">#2538</a>)</li>
<li>Upgrade dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2540">#2540</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2541">#2541</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2542">#2542</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2544">#2544</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2546">#2546</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2551">#2551</a>
<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2555">#2555</a>)</li>
</ul>
<h2>v1.18.1</h2>
<p><em>Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for <code>cargo
install</code> in most cases. Install it today with <code>cargo install
cargo-binstall</code>, from the binaries below, or if you already have
it, upgrade with <code>cargo binstall cargo-binstall</code>.</em></p>
<h4>In this release:</h4>
<p>Remove <code>GITHUB_TOKEN</code> and <code>GH_TOKEN</code> when
fallback to installing from source using <code>cargo-install</code> (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2533">#2533</a>)</p>
<p>This reduces the risk of leaks of tokens for users who pass the
<code>GITHUN_TOKEN</code> or <code>GH_TOKEN</code>
environment variables to cargo-binstall to avoid GitHub API rate
limits.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/aaa84a43aec4955a42c5ffc65d258961e39f276e"><code>aaa84a4</code></a>
release: cargo-binstall v1.19.1 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2563">#2563</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/0f0cd6a230c80e0e5ddc31b3ca96233eadbb5ac5"><code>0f0cd6a</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2561">#2561</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/cb6e988099d21e85d7cd5020c838aa74ed68bbcf"><code>cb6e988</code></a>
Disable dnssec and set dns timeout to 750ms (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2560">#2560</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/9d36bebae244fb1a7fd7831d3c5a4bc8f1cab230"><code>9d36beb</code></a>
fix install-from-binstall-release.sh for riscv64gc riscv64 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2558">#2558</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/4852a15cf01e4f33958ce547326406fe78f27c38"><code>4852a15</code></a>
release: cargo-binstall v1.19.0 (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2557">#2557</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/e00d89e73103a913d466402312bc229045c05c44"><code>e00d89e</code></a>
chore: release (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2539">#2539</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/69896325faf85300b176cbef474d2b7e9c87dc19"><code>6989632</code></a>
Fix Error message outputs ANSI escape sequences (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2556">#2556</a>)</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/618ca0723103bfab55b214ec9a34b816c1536552"><code>618ca07</code></a>
build(deps): bump hickory-resolver from 0.26.0 to 0.26.1 in the deps
group (#...</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/5da0a98ed584032edb43164d9205a9928c13e07c"><code>5da0a98</code></a>
fix: fallback to hickory_resolver's default config if reading
/etc/resolv.con...</li>
<li><a
href="https://github.com/cargo-bins/cargo-binstall/commit/c0ae9335b22cb4f297cdd1df049cd87bf2aa223f"><code>c0ae933</code></a>
dep: Upgrade transitive dependencies (<a
href="https://redirect.github.com/cargo-bins/cargo-binstall/issues/2551">#2551</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cargo-bins/cargo-binstall/compare/f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a...aaa84a43aec4955a42c5ffc65d258961e39f276e">compare
view</a></li>
</ul>
</details>
<br />
Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's
releases</a>.</em></p>
<blockquote>
<h2>v8.1.0 🌈 New input <code>no-project</code></h2>
<h2>Changes</h2>
<p>This add the a new boolean input <code>no-project</code>.
It only makes sense to use in combination with
<code>activate-environment: true</code> and will append <code>--no
project</code> to the <code>uv venv</code> call. This is for example
useful <a
href="https://redirect.github.com/astral-sh/setup-uv/issues/854">if you
have a pyproject.toml file with parts unparseable by uv</a></p>
<h2>🚀 Enhancements</h2>
<ul>
<li>Add input no-project in combination with activate-environment <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/856">#856</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>fix: grant contents:write to validate-release job <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/860">#860</a>)</li>
<li>Add a release-gate step to the release workflow <a
href="https://github.com/zanieb"><code>@zanieb</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/859">#859</a>)</li>
<li>Draft commitish releases <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/858">#858</a>)</li>
<li>Add action-types.yml to instructions <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/857">#857</a>)</li>
<li>chore: update known checksums for 0.11.7 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/853">#853</a>)</li>
<li>Refactor version resolving <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/852">#852</a>)</li>
<li>chore: update known checksums for 0.11.6 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/850">#850</a>)</li>
<li>chore: update known checksums for 0.11.5 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/845">#845</a>)</li>
<li>chore: update known checksums for 0.11.4 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/843">#843</a>)</li>
<li>Add a release workflow <a
href="https://github.com/zanieb"><code>@zanieb</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/839">#839</a>)</li>
<li>chore: update known checksums for 0.11.3 @<a
href="https://github.com/apps/github-actions">github-actions[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/836">#836</a>)</li>
</ul>
<h2>📚 Documentation</h2>
<ul>
<li>Update ignore-nothing-to-cache documentation <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/833">#833</a>)</li>
<li>Pin setup-uv docs to v8 <a
href="https://github.com/eifinger"><code>@eifinger</code></a> (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/829">#829</a>)</li>
</ul>
<h2>⬆️ Dependency updates</h2>
<ul>
<li>chore(deps): bump release-drafter/release-drafter from 7.1.1 to
7.2.0 @<a href="https://github.com/apps/dependabot">dependabot[bot]</a>
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/855">#855</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b"><code>0880764</code></a>
fix: grant contents:write to validate-release job (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/860">#860</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9"><code>717d6ab</code></a>
Add a release-gate step to the release workflow (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/859">#859</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378"><code>5a911eb</code></a>
Draft commitish releases (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/858">#858</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23"><code>080c31e</code></a>
Add action-types.yml to instructions (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/857">#857</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6"><code>b3e97d2</code></a>
Add input no-project in combination with activate-environment (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/856">#856</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64"><code>7dd591d</code></a>
chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0
(<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/855">#855</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a"><code>1541b77</code></a>
chore: update known checksums for 0.11.7 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/853">#853</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb"><code>cdfb2ee</code></a>
Refactor version resolving (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/852">#852</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660"><code>cb84d12</code></a>
chore: update known checksums for 0.11.6 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/850">#850</a>)</li>
<li><a
href="https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80"><code>1912cc6</code></a>
chore: update known checksums for 0.11.5 (<a
href="https://redirect.github.com/astral-sh/setup-uv/issues/845">#845</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b">compare
view</a></li>
</ul>
</details>
<br />
Updates `cross-platform-actions/action` from 1.0.0 to 1.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cross-platform-actions/action/releases">cross-platform-actions/action's
releases</a>.</em></p>
<blockquote>
<h2>Cross Platform Action 1.1.0</h2>
<h3>Added</h3>
<ul>
<li>
<p>Add support for DragonFly BSD (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/19">#19</a>)</p>
</li>
<li>
<p>Add support for MidnightBSD (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/102">#102</a>)</p>
</li>
<li>
<p>Add support for FreeBSD 14.4 (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/122">#122</a>)</p>
</li>
<li>
<p>Add support for OmniOS r151058</p>
</li>
<li>
<p>New syntax for multiple steps (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/83">#83</a>).
Instead of invoking the action multiple times it's now possible to use a
custom shell when running commands:</p>
<pre lang="yaml"><code>jobs:
custom-shell:
runs-on: ubuntu-latest
defaults:
run:
shell: cpa.sh {0}
<pre><code>steps:
- name: Start VM
uses: cross-platform-actions/action@master
with:
operating_system: freebsd
architecture: x86-64
version: '15.0'
- name: Run command using custom shell
run: '[ &quot;`uname`&quot; = FreeBSD ]'
</code></pre>
<p></code></pre></p>
<p>Each custom-shell step automatically synchronizes files in both
directions: runner-to-vm before the step runs and vm-to-runner after.
Pass <code>--sync-files DIRECTION</code> after the file argument to
change this
(<code>both</code> (default), <code>none</code> (skip sync),
<code>runner-to-vm</code>, or
<code>vm-to-runner</code>), or use <code>cpa.sh --sync-files</code>
standalone to sync on
demand without running a command:</p>
<pre lang="yaml"><code>- name: Sync files from runner to VM
run: cpa.sh --sync-files runner-to-vm
</code></pre>
</li>
<li>
<p>Reboot mode for rebooting the VM and waiting for it to come back up
(<a
href="https://redirect.github.com/cross-platform-actions/action/issues/103">#103</a>,
<a
href="https://redirect.github.com/cross-platform-actions/action/issues/118">#118</a>).
<code>cpa.sh --reboot</code> issues the reboot and blocks until the VM
is reachable
again:</p>
<pre lang="yaml"><code></code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cross-platform-actions/action/blob/master/changelog.md">cross-platform-actions/action's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
<h3>Added</h3>
<ul>
<li>Add support for OpenBSD 7.9 (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/144">#144</a>)</li>
</ul>
<h2>[1.1.0] - 2026-05-17</h2>
<h3>Added</h3>
<ul>
<li>
<p>Add support for DragonFly BSD (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/19">#19</a>)</p>
</li>
<li>
<p>Add support for MidnightBSD (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/102">#102</a>)</p>
</li>
<li>
<p>Add support for FreeBSD 14.4 (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/122">#122</a>)</p>
</li>
<li>
<p>Add support for OmniOS r151058</p>
</li>
<li>
<p>New syntax for multiple steps (<a
href="https://redirect.github.com/cross-platform-actions/action/issues/83">#83</a>).
Instead of invoking the action multiple times it's now possible to use a
custom shell when running commands:</p>
<pre lang="yaml"><code>jobs:
custom-shell:
runs-on: ubuntu-latest
defaults:
run:
shell: cpa.sh {0}
<pre><code>steps:
- name: Start VM
uses: cross-platform-actions/action@master
with:
operating_system: freebsd
architecture: x86-64
version: '15.0'
- name: Run command using custom shell
run: '[ &quot;`uname`&quot; = FreeBSD ]'
</code></pre>
<p></code></pre></p>
<p>Each custom-shell step automatically synchronizes files in both
directions: runner-to-vm before the step runs and vm-to-runner after.
Pass <code>--sync-files DIRECTION</code> after the file argument to
change this
(<code>both</code> (default), <code>none</code> (skip sync),
<code>runner-to-vm</code>, or
<code>vm-to-runner</code>), or use <code>cpa.sh --sync-files</code>
standalone to sync on
demand without running a command:</p>
<pre lang="yaml"><code>- name: Sync files from runner to VM
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cross-platform-actions/action/commit/0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0"><code>0c165ad</code></a>
Release 1.1.0</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/bb94c5d0feb7c83b5c02fade167983cc6cc69f62"><code>bb94c5d</code></a>
Fix changelog</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/2eb6142622621cc145d8694e61a43d9af6a9cb5f"><code>2eb6142</code></a>
Add GitHub workflow to bump major tag</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/4b089097ef846b016a546d0af77eac83110ba494"><code>4b08909</code></a>
Replace bin/release script with relog</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/42c3f65a3f08389c53bb99f70e9df343a7ef99af"><code>42c3f65</code></a>
Replace custom actions with <code>gh</code> command when creating
release</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/be918f2d1338c754f0b9086ceaf6a7021c3838cd"><code>be918f2</code></a>
Add specific setup for Act</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/d563b913b0943419eacb02d1e40bdfb1fa76e43b"><code>d563b91</code></a>
Add default arguments for Act</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/35699a63595c24f6cf0dbd2f500cca9cd95ad451"><code>35699a6</code></a>
Deprecated the <code>shutdown_vm</code> action parameter</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/9abc18f704b8a62c7ca4b1c89da2c65c0f0cd270"><code>9abc18f</code></a>
Replace usage of <code>run</code> parameter with custom shell</li>
<li><a
href="https://github.com/cross-platform-actions/action/commit/872f0699cec06a9a91eb07e03b1180dcd55b6a49"><code>872f069</code></a>
New syntax for multiple steps</li>
<li>Additional commits viewable in <a
href="https://github.com/cross-platform-actions/action/compare/233156312992f3f169d8d0c633c21d12a5d30455...0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8d81d00 commit b59085b
7 files changed
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments