Skip to content

Bump julia-actions/setup-julia from 2 to 3#697

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/setup-julia-3
Open

Bump julia-actions/setup-julia from 2 to 3#697
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/julia-actions/setup-julia-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

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

Release notes

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

v3.0.0

⚠️ Breaking Changes, and Migration Guide for v2 ⟶ v3

  1. v3 requires Node 24 (compared to v2, which required Node 20).
  2. The behavior of version: min has changed between v2 and v3.
    • In v2, version: min would resolve to the minimum major/minor/patch, e.g. 1.10.0.
    • In v3, version: min resolves to the minimum major/minor but the latest patch, e.g. 1.10.11.
    • If you specifically want the minimum major/minor/patch under v3, you should specify version: min-patch. Note: v3 also adds the alias version: min-minor, which is equivalent to version: min.
  3. v3 will throw an error if x86_64 Julia binaries are requested on Apple Silicon macOS. (Under v2, this was a warning.) Under v3, if you specifically want to run x86_64 Julia binaries on Apple Silicon (under Rosetta 2), you must now opt-in by specifying the force-arch: true input.

Other Changes

We updated some dependencies, and we improved and updated the CI tooling on this repo.

Full Changelog

Full Changelog: julia-actions/setup-julia@v2.7.0...v3.0.0

v2.7.0

Documentation

Dependencies

... (truncated)

Commits
  • fa02766 Bug fix: Validate cached julia binary exists and check PATH resolution (#389)
  • ff78161 Bump julia-actions/setup-julia from 2.7.0 to 3.0.1 in the all-github-actions ...
  • fe02cb7 README: Add a link to the v2-to-v3 release notes (#388)
  • f6f565d Bugfix: Fix an error seen when using min-minor or min-patch (#387)
  • 4a12c5f Breaking: Change min to return the latest patch (but still the minimum majo...
  • a8c65a2 Bump the all-github-actions group across 1 directory with 2 updates (#381)
  • 92d77f5 Bump picomatch from 2.3.1 to 2.3.2 (#379)
  • 679f144 Bump handlebars from 4.7.8 to 4.7.9 (#377)
  • 7c976c8 Add workflow to run make everything-from-scratch (#378)
  • 101e139 Breaking: Migrate from Node 20 to Node 24 (#374)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Benchmark Results

main e9a5886... main / e9a5886...
saxpy/default/Float32/1024 0.0831 ± 0.0096 ms 0.0801 ± 0.016 ms 1.04 ± 0.24
saxpy/default/Float32/1048576 0.467 ± 0.026 ms 0.449 ± 0.025 ms 1.04 ± 0.082
saxpy/default/Float32/16384 0.0687 ± 0.028 ms 0.0661 ± 0.028 ms 1.04 ± 0.61
saxpy/default/Float32/2048 0.0816 ± 0.027 ms 0.0808 ± 0.025 ms 1.01 ± 0.45
saxpy/default/Float32/256 0.0799 ± 0.024 ms 0.0771 ± 0.028 ms 1.04 ± 0.48
saxpy/default/Float32/262144 0.178 ± 0.025 ms 0.166 ± 0.026 ms 1.07 ± 0.22
saxpy/default/Float32/32768 0.0725 ± 0.027 ms 0.071 ± 0.027 ms 1.02 ± 0.54
saxpy/default/Float32/4096 0.0799 ± 0.028 ms 0.0812 ± 0.027 ms 0.984 ± 0.48
saxpy/default/Float32/512 0.0809 ± 0.019 ms 0.0779 ± 0.024 ms 1.04 ± 0.39
saxpy/default/Float32/64 0.0783 ± 0.027 ms 0.0748 ± 0.029 ms 1.05 ± 0.55
saxpy/default/Float32/65536 0.0886 ± 0.028 ms 0.0861 ± 0.027 ms 1.03 ± 0.46
saxpy/default/Float64/1024 0.0827 ± 0.016 ms 0.0811 ± 0.023 ms 1.02 ± 0.35
saxpy/default/Float64/1048576 0.61 ± 0.085 ms 0.603 ± 0.089 ms 1.01 ± 0.21
saxpy/default/Float64/16384 0.0675 ± 0.028 ms 0.0661 ± 0.027 ms 1.02 ± 0.59
saxpy/default/Float64/2048 0.0803 ± 0.027 ms 0.0813 ± 0.028 ms 0.988 ± 0.48
saxpy/default/Float64/256 0.0799 ± 0.02 ms 0.0784 ± 0.021 ms 1.02 ± 0.38
saxpy/default/Float64/262144 0.201 ± 0.031 ms 0.19 ± 0.034 ms 1.06 ± 0.25
saxpy/default/Float64/32768 0.0794 ± 0.027 ms 0.0767 ± 0.027 ms 1.03 ± 0.51
saxpy/default/Float64/4096 0.0812 ± 0.027 ms 0.078 ± 0.028 ms 1.04 ± 0.51
saxpy/default/Float64/512 0.0804 ± 0.018 ms 0.0803 ± 0.023 ms 1 ± 0.36
saxpy/default/Float64/64 0.0779 ± 0.024 ms 0.077 ± 0.03 ms 1.01 ± 0.5
saxpy/default/Float64/65536 0.0985 ± 0.027 ms 0.0999 ± 0.027 ms 0.986 ± 0.38
saxpy/static workgroup=(1024,)/Float32/1024 0.0799 ± 0.014 ms 0.0793 ± 0.019 ms 1.01 ± 0.29
saxpy/static workgroup=(1024,)/Float32/1048576 0.467 ± 0.026 ms 0.456 ± 0.031 ms 1.02 ± 0.089
saxpy/static workgroup=(1024,)/Float32/16384 0.0658 ± 0.028 ms 0.0633 ± 0.027 ms 1.04 ± 0.63
saxpy/static workgroup=(1024,)/Float32/2048 0.08 ± 0.027 ms 0.0792 ± 0.027 ms 1.01 ± 0.48
saxpy/static workgroup=(1024,)/Float32/256 0.0772 ± 0.026 ms 0.0749 ± 0.03 ms 1.03 ± 0.55
saxpy/static workgroup=(1024,)/Float32/262144 0.177 ± 0.024 ms 0.166 ± 0.027 ms 1.07 ± 0.23
saxpy/static workgroup=(1024,)/Float32/32768 0.0701 ± 0.027 ms 0.0681 ± 0.026 ms 1.03 ± 0.55
saxpy/static workgroup=(1024,)/Float32/4096 0.0795 ± 0.028 ms 0.0777 ± 0.03 ms 1.02 ± 0.53
saxpy/static workgroup=(1024,)/Float32/512 0.0783 ± 0.02 ms 0.0782 ± 0.025 ms 1 ± 0.41
saxpy/static workgroup=(1024,)/Float32/64 0.0753 ± 0.029 ms 0.0737 ± 0.031 ms 1.02 ± 0.58
saxpy/static workgroup=(1024,)/Float32/65536 0.0846 ± 0.027 ms 0.0829 ± 0.026 ms 1.02 ± 0.45
saxpy/static workgroup=(1024,)/Float64/1024 0.0801 ± 0.017 ms 0.0767 ± 0.025 ms 1.04 ± 0.4
saxpy/static workgroup=(1024,)/Float64/1048576 0.614 ± 0.069 ms 0.586 ± 0.079 ms 1.05 ± 0.18
saxpy/static workgroup=(1024,)/Float64/16384 0.0656 ± 0.027 ms 0.0637 ± 0.026 ms 1.03 ± 0.59
saxpy/static workgroup=(1024,)/Float64/2048 0.0778 ± 0.028 ms 0.0775 ± 0.027 ms 1 ± 0.5
saxpy/static workgroup=(1024,)/Float64/256 0.0776 ± 0.02 ms 0.0743 ± 0.028 ms 1.05 ± 0.48
saxpy/static workgroup=(1024,)/Float64/262144 0.197 ± 0.037 ms 0.184 ± 0.035 ms 1.07 ± 0.28
saxpy/static workgroup=(1024,)/Float64/32768 0.0763 ± 0.026 ms 0.074 ± 0.026 ms 1.03 ± 0.5
saxpy/static workgroup=(1024,)/Float64/4096 0.0783 ± 0.027 ms 0.0751 ± 0.029 ms 1.04 ± 0.54
saxpy/static workgroup=(1024,)/Float64/512 0.0791 ± 0.018 ms 0.0752 ± 0.026 ms 1.05 ± 0.44
saxpy/static workgroup=(1024,)/Float64/64 0.0755 ± 0.028 ms 0.0714 ± 0.029 ms 1.06 ± 0.59
saxpy/static workgroup=(1024,)/Float64/65536 0.0973 ± 0.028 ms 0.0931 ± 0.027 ms 1.04 ± 0.42
time_to_load 1 ± 0.0022 s 1.01 ± 0.0068 s 0.989 ± 0.007

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.18%. Comparing base (b6121fe) to head (ca26ba3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #697   +/-   ##
=======================================
  Coverage   52.18%   52.18%           
=======================================
  Files          22       22           
  Lines        1694     1694           
=======================================
  Hits          884      884           
  Misses        810      810           

☔ 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.

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v2...v3)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/julia-actions/setup-julia-3 branch from ca26ba3 to e9a5886 Compare May 22, 2026 13:33
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