Skip to content

Comments

Bump julia-actions/setup-julia from 1 to 2#482

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/julia-actions/setup-julia-2
Open

Bump julia-actions/setup-julia from 1 to 2#482
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/julia-actions/setup-julia-2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps julia-actions/setup-julia from 1 to 2.

Release notes

Sourced from julia-actions/setup-julia's releases.

v2.0.0 - Update to Node20

What's Changed

Note the rationale for the breaking change was discussed in julia-actions/setup-julia#209

Dependencies and misc

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.6...v2.0.0

v1.9.6: Fix Apple Silicon installation

What's Changed

Deps & CI

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.5...v1.9.6

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

... (truncated)

Commits
  • 5c9647d Bump @​types/node from 22.7.5 to 22.9.0 (#301)
  • 17468e8 Bump @​types/jest from 29.5.13 to 29.5.14 (#298)
  • c861e46 add warning if requesting x64 on apple silicon runners (#300)
  • 2fa1802 README examples: '1' for the latest v1 (#296)
  • 05e75bd Bump julia-actions/setup-julia from 2.5.0 to 2.6.0 (#295)
  • 9b79636 Bump typescript from 5.6.2 to 5.6.3 (#294)
  • 0360370 Bump @​vercel/ncc from 0.38.1 to 0.38.2 (#287)
  • 4e3f1d6 Bump @​actions/core from 1.10.1 to 1.11.1 (#291)
  • 1068b5e Change LTS 1.6 -> 1.10 (#290)
  • f42f7fb Bump @​types/async-retry from 1.4.8 to 1.4.9 (#292)
  • Additional commits viewable in compare view

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 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 [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-version: '2'
  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 Feb 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Benchmark Results (Julia v1)

Time benchmarks
master ec0b20c... master / ec0b20c...
master/base array types/1//2 25.7 ± 8 μs 25.5 ± 9.1 μs 1.01 ± 0.48
master/base array types/100//1 19.1 s 18.8 s 1.01
master/base array types/20//1 0.0466 ± 0.001 s 0.0468 ± 0.001 s 0.995 ± 0.03
master/base array types/50//1 1.33 ± 0.012 s 1.33 ± 0.01 s 1.01 ± 0.012
master/qo types/1//2 30.2 ± 9.5 μs 30.4 ± 9.5 μs 0.994 ± 0.44
master/qo types/100//1 15.5 s 15.5 s 0.999
master/qo types/20//1 0.0361 ± 0.0008 s 0.0355 ± 0.00091 s 1.02 ± 0.035
master/qo types/50//1 1.08 ± 0.0036 s 1.07 ± 0.014 s 1.01 ± 0.014
schroedinger/base array types/1//2 5.48 ± 0.35 μs 5.52 ± 0.34 μs 0.993 ± 0.088
schroedinger/base array types/100//1 3.35 ± 0.071 ms 3.36 ± 0.065 ms 0.995 ± 0.029
schroedinger/base array types/20//1 0.138 ± 0.0073 ms 0.138 ± 0.0075 ms 0.999 ± 0.076
schroedinger/base array types/50//1 0.703 ± 0.019 ms 0.705 ± 0.019 ms 0.997 ± 0.038
schroedinger/qo types/1//2 5.33 ± 0.32 μs 5.11 ± 0.32 μs 1.04 ± 0.091
schroedinger/qo types/100//1 3.2 ± 0.048 ms 3.2 ± 0.049 ms 1 ± 0.022
schroedinger/qo types/20//1 0.214 ± 0.0092 ms 0.216 ± 0.0093 ms 0.994 ± 0.06
schroedinger/qo types/50//1 0.765 ± 0.016 ms 0.765 ± 0.017 ms 1 ± 0.03
stochastic master/base array types/1//2 0.219 ± 0.065 ms 0.219 ± 0.065 ms 1 ± 0.42
stochastic master/base array types/100//1 0.383 ± 0.016 s 0.381 ± 0.017 s 1 ± 0.061
stochastic master/base array types/20//1 27.4 ± 1.1 ms 27 ± 0.99 ms 1.01 ± 0.054
stochastic master/base array types/50//1 0.112 ± 0.0036 s 0.113 ± 0.0025 s 0.986 ± 0.038
stochastic master/qo types/1//2 0.249 ± 0.057 ms 0.257 ± 0.056 ms 0.972 ± 0.31
stochastic master/qo types/100//1 0.592 ± 0.022 s 0.592 ± 0.016 s 0.999 ± 0.046
stochastic master/qo types/20//1 24.8 ± 1.5 ms 25.2 ± 1.6 ms 0.984 ± 0.085
stochastic master/qo types/50//1 0.148 ± 0.0022 s 0.149 ± 0.0045 s 0.995 ± 0.034
stochastic schroedinger/base array types/1//2 0.049 ± 0.0014 ms 0.0493 ± 0.0011 ms 0.995 ± 0.036
stochastic schroedinger/base array types/100//1 1.19 ± 0.068 ms 1.18 ± 0.066 ms 1.01 ± 0.08
stochastic schroedinger/base array types/20//1 0.267 ± 0.01 ms 0.27 ± 0.01 ms 0.99 ± 0.053
stochastic schroedinger/base array types/50//1 0.622 ± 0.017 ms 0.625 ± 0.017 ms 0.994 ± 0.038
stochastic schroedinger/qo types/1//2 0.0575 ± 0.0074 ms 0.0578 ± 0.007 ms 0.995 ± 0.18
stochastic schroedinger/qo types/100//1 1.45 ± 0.026 ms 1.46 ± 0.028 ms 0.998 ± 0.026
stochastic schroedinger/qo types/20//1 0.329 ± 0.014 ms 0.329 ± 0.014 ms 0.998 ± 0.06
stochastic schroedinger/qo types/50//1 0.751 ± 0.019 ms 0.757 ± 0.017 ms 0.992 ± 0.033
time_to_load 2.2 ± 0.018 s 2.23 ± 0.028 s 0.985 ± 0.015
Memory benchmarks
master ec0b20c... master / ec0b20c...
master/base array types/1//2 0.516 k allocs: 29.3 kB 0.516 k allocs: 29.3 kB 1
master/base array types/100//1 0.135 M allocs: 11.6 GB 0.135 M allocs: 11.6 GB 1
master/base array types/20//1 7.96 k allocs: 29.6 MB 7.96 k allocs: 29.6 MB 1
master/base array types/50//1 0.0375 M allocs: 0.817 GB 0.0375 M allocs: 0.817 GB 1
master/qo types/1//2 0.634 k allocs: 31.4 kB 0.634 k allocs: 31.4 kB 1
master/qo types/100//1 0.155 M allocs: 11.7 GB 0.155 M allocs: 11.7 GB 1
master/qo types/20//1 9.18 k allocs: 29.9 MB 9.18 k allocs: 29.9 MB 1
master/qo types/50//1 0.043 M allocs: 0.819 GB 0.043 M allocs: 0.819 GB 1
schroedinger/base array types/1//2 0.065 k allocs: 3.81 kB 0.065 k allocs: 3.81 kB 1
schroedinger/base array types/100//1 0.081 k allocs: 0.0532 MB 0.081 k allocs: 0.0532 MB 1
schroedinger/base array types/20//1 0.065 k allocs: 14.3 kB 0.065 k allocs: 14.3 kB 1
schroedinger/base array types/50//1 0.065 k allocs: 31.1 kB 0.065 k allocs: 31.1 kB 1
schroedinger/qo types/1//2 0.067 k allocs: 3.89 kB 0.067 k allocs: 3.89 kB 1
schroedinger/qo types/100//1 0.081 k allocs: 0.0471 MB 0.081 k allocs: 0.0471 MB 1
schroedinger/qo types/20//1 0.067 k allocs: 13.1 kB 0.067 k allocs: 13.1 kB 1
schroedinger/qo types/50//1 0.067 k allocs: 27.7 kB 0.067 k allocs: 27.7 kB 1
stochastic master/base array types/1//2 3.85 k allocs: 0.207 MB 3.85 k allocs: 0.207 MB 1
stochastic master/base array types/100//1 2.7 k allocs: 0.219 GB 2.69 k allocs: 0.218 GB 1.01
stochastic master/base array types/20//1 4.33 k allocs: 15.5 MB 4.33 k allocs: 15.5 MB 1
stochastic master/base array types/50//1 3.11 k allocs: 0.0643 GB 3.09 k allocs: 0.064 GB 1
stochastic master/qo types/1//2 4.81 k allocs: 0.227 MB 4.81 k allocs: 0.227 MB 1
stochastic master/qo types/100//1 5.46 k allocs: 0.389 GB 5.46 k allocs: 0.389 GB 1
stochastic master/qo types/20//1 5.46 k allocs: 16.8 MB 5.46 k allocs: 16.8 MB 1
stochastic master/qo types/50//1 5.46 k allocs: 0.0984 GB 5.46 k allocs: 0.0984 GB 1
stochastic schroedinger/base array types/1//2 0.072 k allocs: 3.94 kB 0.072 k allocs: 3.94 kB 1
stochastic schroedinger/base array types/100//1 0.265 k allocs: 0.0649 MB 0.265 k allocs: 0.0649 MB 1
stochastic schroedinger/base array types/20//1 0.072 k allocs: 14.4 kB 0.072 k allocs: 14.4 kB 1
stochastic schroedinger/base array types/50//1 0.072 k allocs: 31.2 kB 0.072 k allocs: 31.2 kB 1
stochastic schroedinger/qo types/1//2 0.403 k allocs: 19.5 kB 0.403 k allocs: 19.5 kB 1
stochastic schroedinger/qo types/100//1 0.419 k allocs: 0.0684 MB 0.419 k allocs: 0.0684 MB 1
stochastic schroedinger/qo types/20//1 0.403 k allocs: 30 kB 0.403 k allocs: 30 kB 1
stochastic schroedinger/qo types/50//1 0.403 k allocs: 0.0456 MB 0.403 k allocs: 0.0456 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.

0 participants