Quantinuum
portgraph
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v0.15.3 (#267) ## 🤖 New release * `portgraph`: 0.15.2 -> 0.15.3 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.15.2](https://github.com/Quantinuum/portgraph/compare/v0.15.1...v0.15.2) - 2025-08-05 ### Bug Fixes - Handle multiports in TopoSort ([#236](https://github.com/Quantinuum/portgraph/pull/236)) ### New Features - New ConvexChecker algorithm for Circuit-like graphs ([#240](https://github.com/Quantinuum/portgraph/pull/240)) - Add LineConvexChecker::nodes_in_interval ([#241](https://github.com/Quantinuum/portgraph/pull/241)) - Add LineConvexChecker::lines_at_port ([#242](https://github.com/Quantinuum/portgraph/pull/242)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
main
2 days ago
Add changelog line about pyo3
release-plz-2025-12-08T17-29-20Z
2 days ago
chore: release v0.15.3
release-plz-2025-12-08T17-29-20Z
2 days ago
chore(deps): bump criterion from 0.6.0 to 0.7.0 (#261) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.6.0 to 0.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2025-07-25</h2> <ul> <li>Bump version of criterion-plot to align dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/567405d25363804dd1e6d440a0c9d6612c4cecd8"><code>567405d</code></a> release: bump criterion and criterion-plot versions (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/878">#878</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/ccccbcc15237233af22af4c76751a7aa184609b3"><code>ccccbcc</code></a> fix: deal with throughput in bits (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/861">#861</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/deb0eb021dbaa58678222725a455662f780751d0"><code>deb0eb0</code></a> feat: support throughput reports in bits (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/833">#833</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/d4fd7cc478dfb15e82ea9726c8e4c5a3afc4bc49"><code>d4fd7cc</code></a> Add CI job checking library builds with oldest allowed dependencies (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/854">#854</a>)</li> <li>See full diff in <a href="https://github.com/bheisler/criterion.rs/compare/0.6.0...0.7.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
main
2 days ago
chore(deps): bump rstest from 0.25.0 to 0.26.1 (#262) Bumps [rstest](https://github.com/la10736/rstest) from 0.25.0 to 0.26.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/releases">rstest's releases</a>.</em></p> <blockquote> <h2>0.26.1</h2> <p>Fix Docs</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1">https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1</a></p> <h2>0.26.0</h2> <h2>What's Changed</h2> <ul> <li>docs: fix filemode examples by <a href="https://github.com/lucascool12"><code>@lucascool12</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/301">la10736/rstest#301</a></li> <li>Issue <a href="https://redirect.github.com/la10736/rstest/issues/306">#306</a>. Ignore folders by <a href="https://github.com/Obito-git"><code>@Obito-git</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/307">la10736/rstest#307</a></li> <li>Hide generated items in documentation by <a href="https://github.com/wiktor-k"><code>@wiktor-k</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/309">la10736/rstest#309</a></li> <li>313_fix by <a href="https://github.com/la10736"><code>@la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/314">la10736/rstest#314</a></li> <li>fix: do not depend by default on <code>async-std</code> by <a href="https://github.com/coriolinus"><code>@coriolinus</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/311">la10736/rstest#311</a></li> <li>Add permission for empty_structs_with_brackets in fixture by <a href="https://github.com/bugRanger"><code>@bugRanger</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/317">la10736/rstest#317</a></li> <li>Touch up indentation used for examples in the README by <a href="https://github.com/fgimian"><code>@fgimian</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/318">la10736/rstest#318</a></li> <li>Make #[files(...)] work on Windows by <a href="https://github.com/twz123"><code>@twz123</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/322">la10736/rstest#322</a></li> <li>Finalize <a href="https://redirect.github.com/la10736/rstest/issues/311">#311</a> by <a href="https://github.com/la10736"><code>@la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/323">la10736/rstest#323</a></li> <li>Make clippy happy by <a href="https://github.com/la10736"><code>@la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/324">la10736/rstest#324</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Obito-git"><code>@Obito-git</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/307">la10736/rstest#307</a></li> <li><a href="https://github.com/wiktor-k"><code>@wiktor-k</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/309">la10736/rstest#309</a></li> <li><a href="https://github.com/coriolinus"><code>@coriolinus</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/311">la10736/rstest#311</a></li> <li><a href="https://github.com/bugRanger"><code>@bugRanger</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/317">la10736/rstest#317</a></li> <li><a href="https://github.com/fgimian"><code>@fgimian</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/318">la10736/rstest#318</a></li> <li><a href="https://github.com/twz123"><code>@twz123</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/322">la10736/rstest#322</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0">https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's changelog</a>.</em></p> <blockquote> <h2>[0.26.1] 2025/7/27</h2> <h3>Fixed</h3> <ul> <li>Docs</li> </ul> <h2>[0.26.0] 2025/7/26</h2> <h3>Changed</h3> <ul> <li>The <code>#[files(...)]</code> attribute now ignores matched directory paths by default. See <a href="https://redirect.github.com/la10736/rstest/pull/306">#306</a> thanks to <a href="https://github.com/Obito-git"><code>@Obito-git</code></a>.</li> </ul> <h3>Add</h3> <ul> <li>Introduced the <code>#[dirs]</code> attribute, which can be used with <code>#[files(...)]</code> to explicitly include directory paths. See <a href="https://redirect.github.com/la10736/rstest/pull/306">#306</a> thanks to <a href="https://github.com/Obito-git"><code>@Obito-git</code></a>.</li> <li>The CI now runs builds and tests on Windows, as well.</li> <li><code>#[test_attr]</code> to define test attribute explicit and also enable the use of <code>#[macro_rules_attribute::apply(<macro>)]</code>: naw also <code>smol</code> works. See <a href="https://redirect.github.com/la10736/rstest/pull/303">#303</a> <a href="https://redirect.github.com/la10736/rstest/pull/311">#311</a> <a href="https://redirect.github.com/la10736/rstest/pull/315">#315</a> thanks to <a href="https://github.com/coriolinus"><code>@coriolinus</code></a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Removed unsued trait and impl spotted out on <code>1.89.0-nightly</code></li> <li>Add missed tests about ignore attribute's args in <code>rstest</code> expansion. See <a href="https://redirect.github.com/la10736/rstest/pull/313">#313</a></li> <li>The <code>#[files(...)]</code> attribute now works reliably on Windows.</li> <li>Now global attributes can go everywhere in the list also where case is used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/la10736/rstest/commit/7a326c87e882d2da1f3f97c40e6b04757f085679"><code>7a326c8</code></a> Should rollback version used to test</li> <li><a href="https://github.com/la10736/rstest/commit/a16a8025817ba001853687879ce95729b5f4a487"><code>a16a802</code></a> Should rollback version used to test</li> <li><a href="https://github.com/la10736/rstest/commit/98e886756fa687cd807380c347debda1f2b5422b"><code>98e8867</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/la10736/rstest/commit/f4447880ce1ab1468430fbbd41313e2079008b5b"><code>f444788</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/5eab9ac46128e23c366929c5e9180e19b3380140"><code>5eab9ac</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/971f6ad05232b1fc3ca5a7b0e2830d476d683307"><code>971f6ad</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/edfdd89b3ecd8f5d2172308b3e10bcf831db4772"><code>edfdd89</code></a> Fixed docs and readme</li> <li><a href="https://github.com/la10736/rstest/commit/ab24b5bc03e93e6dd7c334db1c21e6a8249f4ccd"><code>ab24b5b</code></a> Bump version 0.26.0-dev</li> <li><a href="https://github.com/la10736/rstest/commit/e18375bfd4c639ab88f0a7a8b0f47149c347b5c3"><code>e18375b</code></a> Bump Version 0.26.0</li> <li><a href="https://github.com/la10736/rstest/commit/dcea54f01a8a8b498f4c7d47e6dfc29fa3f282cf"><code>dcea54f</code></a> Make clippy happy</li> <li>Additional commits viewable in <a href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
main
2 days ago
ci(deps): bump actions/checkout from 5 to 6 (#264) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>V5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v5...v6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
main
2 days ago
Merge branch 'main' into dependabot/cargo/rstest-0.26.1
dependabot/cargo/rstest-0.26.1
2 days ago
Merge branch 'main' into dependabot/cargo/criterion-0.7.0
dependabot/cargo/criterion-0.7.0
2 days ago
Active Branches
refactor: RFC: remove helpers (post-RPITIT TLC)
last run
10 months ago
#181
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs