Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps actions/checkout from 5 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 20, 2025
@github-actions
Copy link
Contributor

Benchmark Results (Julia v1.10)

Time benchmarks
main 3f2dd72... main / 3f2dd72...
Quantity/creation/Quantity(x) 2.79 ± 0.01 ns 3.41 ± 0.01 ns 0.82 ± 0.0038
Quantity/creation/Quantity(x, length=y) 3.41 ± 0.01 ns 3.11 ± 0.001 ns 1.1 ± 0.0032
Quantity/with_numbers/*real 3.1 ± 0.01 ns 3.1 ± 0.01 ns 1 ± 0.0046
Quantity/with_numbers/^int 8.37 ± 2.5 ns 8.05 ± 2.2 ns 1.04 ± 0.41
Quantity/with_numbers/^int * real 8.05 ± 2.2 ns 8.68 ± 2.5 ns 0.928 ± 0.37
Quantity/with_quantity/+y 4.04 ± 0.001 ns 4.04 ± 0.01 ns 1 ± 0.0025
Quantity/with_quantity//y 3.11 ± 0.001 ns 3.42 ± 0.01 ns 0.909 ± 0.0027
Quantity/with_self/dimension 2.79 ± 0.009 ns 3.1 ± 0.01 ns 0.9 ± 0.0041
Quantity/with_self/inv 3.11 ± 0.001 ns 3.11 ± 0.001 ns 1 ± 0.00046
Quantity/with_self/ustrip 2.79 ± 0.01 ns 2.79 ± 0.01 ns 0.997 ± 0.0051
QuantityArray/broadcasting/multi_array_of_quantities 0.14 ± 0.0033 ms 0.143 ± 0.0023 ms 0.979 ± 0.028
QuantityArray/broadcasting/multi_normal_array 0.0528 ± 0.003 ms 0.0537 ± 0.0031 ms 0.984 ± 0.08
QuantityArray/broadcasting/multi_quantity_array 0.158 ± 0.0009 ms 0.155 ± 0.0025 ms 1.02 ± 0.018
QuantityArray/broadcasting/x^2_array_of_quantities 27.7 ± 4.3 μs 25.9 ± 3.4 μs 1.07 ± 0.22
QuantityArray/broadcasting/x^2_normal_array 5.99 ± 0.94 μs 5.58 ± 0.73 μs 1.07 ± 0.22
QuantityArray/broadcasting/x^2_quantity_array 7.06 ± 0.46 μs 7.04 ± 0.44 μs 1 ± 0.091
QuantityArray/broadcasting/x^4_array_of_quantities 0.0849 ± 0.00085 ms 0.0817 ± 0.00073 ms 1.04 ± 0.014
QuantityArray/broadcasting/x^4_normal_array 0.0499 ± 0.0003 ms 0.0499 ± 0.00021 ms 1 ± 0.0073
QuantityArray/broadcasting/x^4_quantity_array 0.05 ± 0.00022 ms 0.05 ± 0.003 ms 0.999 ± 0.061
time_to_load 0.209 ± 0.0037 s 0.208 ± 0.0072 s 1.01 ± 0.039
Memory benchmarks
main 3f2dd72... main / 3f2dd72...
Quantity/creation/Quantity(x) 0 allocs: 0 B 0 allocs: 0 B
Quantity/creation/Quantity(x, length=y) 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/*real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int * real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity/+y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity//y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/dimension 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/inv 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/ustrip 0 allocs: 0 B 0 allocs: 0 B
QuantityArray/broadcasting/multi_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/multi_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/multi_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^2_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^2_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^2_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^4_array_of_quantities 2 allocs: 0.382 MB 2 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^4_normal_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
QuantityArray/broadcasting/x^4_quantity_array 2 allocs: 0.0763 MB 2 allocs: 0.0763 MB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.14%. Comparing base (dfba00c) to head (3f2dd72).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage   99.14%   99.14%           
=======================================
  Files          21       21           
  Lines        1292     1292           
=======================================
  Hits         1281     1281           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

Benchmark Results (Julia v1)

Time benchmarks
main 3f2dd72... main / 3f2dd72...
Quantity/creation/Quantity(x) 3.11 ± 0.92 ns 4.02 ± 0.011 ns 0.773 ± 0.23
Quantity/creation/Quantity(x, length=y) 3.41 ± 0.01 ns 3.11 ± 0.001 ns 1.1 ± 0.0032
Quantity/with_numbers/*real 3.11 ± 0.01 ns 2.79 ± 0.001 ns 1.11 ± 0.0036
Quantity/with_numbers/^int 12.1 ± 0.95 ns 12.1 ± 1 ns 1 ± 0.12
Quantity/with_numbers/^int * real 11.9 ± 0.99 ns 11.8 ± 1 ns 1.01 ± 0.12
Quantity/with_quantity/+y 4.04 ± 0.01 ns 4.04 ± 0.011 ns 1 ± 0.0037
Quantity/with_quantity//y 3.42 ± 0.01 ns 3.11 ± 0.001 ns 1.1 ± 0.0032
Quantity/with_self/dimension 3.1 ± 0.01 ns 3.41 ± 0.01 ns 0.911 ± 0.004
Quantity/with_self/inv 3.11 ± 0.001 ns 3.11 ± 0.001 ns 1 ± 0.00046
Quantity/with_self/ustrip 2.79 ± 0.009 ns 2.79 ± 0.01 ns 1 ± 0.0048
QuantityArray/broadcasting/multi_array_of_quantities 0.112 ± 0.0047 ms 0.113 ± 0.0035 ms 0.998 ± 0.052
QuantityArray/broadcasting/multi_normal_array 0.0558 ± 0.00024 ms 0.0559 ± 0.00021 ms 0.999 ± 0.0057
QuantityArray/broadcasting/multi_quantity_array 0.0621 ± 0.0062 ms 0.0653 ± 0.00023 ms 0.952 ± 0.094
QuantityArray/broadcasting/x^2_array_of_quantities 14.9 ± 3.9 μs 17.3 ± 6.1 μs 0.862 ± 0.38
QuantityArray/broadcasting/x^2_normal_array 2.58 ± 3.1 μs 2.94 ± 2.4 μs 0.88 ± 1.3
QuantityArray/broadcasting/x^2_quantity_array 3.87 ± 0.54 μs 3.75 ± 0.47 μs 1.03 ± 0.19
QuantityArray/broadcasting/x^4_array_of_quantities 0.0815 ± 0.0014 ms 0.0816 ± 0.0012 ms 0.999 ± 0.022
QuantityArray/broadcasting/x^4_normal_array 0.0528 ± 0.00021 ms 0.0528 ± 0.00019 ms 1 ± 0.0054
QuantityArray/broadcasting/x^4_quantity_array 0.053 ± 0.00037 ms 0.0622 ± 0.00018 ms 0.852 ± 0.0065
time_to_load 0.19 ± 0.0055 s 0.188 ± 0.0012 s 1.01 ± 0.03
Memory benchmarks
main 3f2dd72... main / 3f2dd72...
Quantity/creation/Quantity(x) 0 allocs: 0 B 0 allocs: 0 B
Quantity/creation/Quantity(x, length=y) 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/*real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_numbers/^int * real 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity/+y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_quantity//y 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/dimension 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/inv 0 allocs: 0 B 0 allocs: 0 B
Quantity/with_self/ustrip 0 allocs: 0 B 0 allocs: 0 B
QuantityArray/broadcasting/multi_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/multi_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/multi_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^2_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^2_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^2_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^4_array_of_quantities 3 allocs: 0.382 MB 3 allocs: 0.382 MB 1
QuantityArray/broadcasting/x^4_normal_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
QuantityArray/broadcasting/x^4_quantity_array 3 allocs: 0.0764 MB 3 allocs: 0.0764 MB 1
time_to_load 0.145 k allocs: 11 kB 0.145 k allocs: 11 kB 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant