Skip to content

Commit b59085b

Browse files
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: '[ &amp;quot;`uname`&amp;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: '[ &amp;quot;`uname`&amp;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

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ matrix.commit }}
4545
persist-credentials: false
4646
- name: Cache base ref build
47-
uses: actions/cache@v5.0.4
47+
uses: actions/cache@v5.0.5
4848
id: cache
4949
with:
5050
key: bin-cache-${{ hashFiles('cpp-linter/src/**', 'Cargo.toml', 'Cargo.lock', 'cpp-linter/Cargo.toml') }}
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/download-artifact@v8
117117

118118
- name: Install cargo-binstall
119-
uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
119+
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
120120
env:
121121
GITHUB_TOKEN: ${{ github.token }}
122122
- name: Install hyperfine
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install nushell
127127
uses: hustcer/setup-nu@92c296ba1ba2ba04cc948ab64ddefe192dc13f0c # v3.23
128128
- name: Install uv
129-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
129+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
130130

131131
- name: Run benchmark script
132132
working-directory: benchmark

.github/workflows/binary-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Install cargo-binstall
121121
if: matrix.cross
122-
uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
122+
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
123123
env:
124124
GITHUB_TOKEN: ${{ github.token }}
125125
- name: Install cross (cargo cross compiler)

.github/workflows/build-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939
- run: rustup update --no-self-update
4040
- name: Cache .cargo locked resources
41-
uses: actions/cache@v5.0.4
41+
uses: actions/cache@v5.0.5
4242
with:
4343
path: ~/.cargo
4444
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
@@ -52,14 +52,14 @@ jobs:
5252
with:
5353
persist-credentials: false
5454
- name: Cache .cargo locked resources
55-
uses: actions/cache/restore@v5.0.4
55+
uses: actions/cache/restore@v5.0.5
5656
with:
5757
path: ~/.cargo
5858
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
5959
- name: Install uv
60-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
60+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6161
- name: Install cargo-binstall
62-
uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
62+
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
- name: Install nur
@@ -83,14 +83,14 @@ jobs:
8383
persist-credentials: false
8484
- run: rustup update --no-self-update
8585
- name: Cache .cargo locked resources
86-
uses: actions/cache/restore@v5.0.4
86+
uses: actions/cache/restore@v5.0.5
8787
with:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9090
- name: Install uv
91-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
91+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9292
- name: Install cargo-binstall
93-
uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
93+
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
9494
env:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
- name: Install nur

.github/workflows/bump-n-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 24.x
5959
- run: yarn install
6060
if: inputs.package == 'cpp-linter-js'
61-
- uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
61+
- uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
6262
- run: cargo binstall -y git-cliff
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109
fetch-tags: true
110110
persist-credentials: false
111-
- uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
111+
- uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
112112
- run: cargo binstall -y git-cliff
113113
env:
114114
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/node-js-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
rustup update stable --no-self-update
9090
rustup target add ${{ matrix.settings.target }}
9191
- name: Cache cargo
92-
uses: actions/cache@v5.0.4 # zizmor: ignore[cache-poisoning]
92+
uses: actions/cache@v5.0.5 # zizmor: ignore[cache-poisoning]
9393
with:
9494
path: |
9595
~/.cargo/registry/index/
@@ -106,7 +106,7 @@ jobs:
106106
use-cache: true # zizmor: ignore[cache-poisoning]
107107
- name: Install cargo-binstall
108108
if: contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
109-
uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
109+
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
110110
env:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
- name: Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}}
@@ -141,7 +141,7 @@ jobs:
141141
persist-credentials: false
142142
- name: Build
143143
id: build
144-
uses: cross-platform-actions/action@233156312992f3f169d8d0c633c21d12a5d30455 # v1.0.0
144+
uses: cross-platform-actions/action@0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0 # v1.1.0
145145
env:
146146
DEBUG: napi:*
147147
RUSTUP_IO_THREADS: 1

.github/workflows/pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828
- run: rustup update
2929
- name: Cache .cargo locked resources
30-
uses: actions/cache@v5.0.4
30+
uses: actions/cache@v5.0.5
3131
with:
3232
path: ~/.cargo
3333
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}

.github/workflows/run-dev-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# if: runner.os == 'Windows'
5656
# run: vcpkg install openssl
5757

58-
- uses: cargo-bins/cargo-binstall@f8ce4d55b131f4a1e373b8747ca6b6a54133ae5a # v1.18.0
58+
- uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
5959
env:
6060
GITHUB_TOKEN: ${{ github.token }}
6161
- name: Install third-party binaries
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.x
7070

7171
- name: Install uv
72-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
72+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7373
with:
7474
enable-cache: true
7575
cache-dependency-glob: "uv.lock"
@@ -83,7 +83,7 @@ jobs:
8383
run: choco install ninja
8484

8585
- name: Cache .cargo locked resources
86-
uses: actions/cache@v5.0.4
86+
uses: actions/cache@v5.0.5
8787
with:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-tests-cargo-${{ hashFiles('Cargo.lock') }}

0 commit comments

Comments
 (0)