Skip to content

Bump julia-actions/install-juliaup from 2 to 3#14

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/julia-actions/install-juliaup-3
Open

Bump julia-actions/install-juliaup from 2 to 3#14
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/julia-actions/install-juliaup-3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps julia-actions/install-juliaup from 2 to 3.

Release notes

Sourced from julia-actions/install-juliaup's releases.

v3.0.0

⚠️ Breaking Changes

Other Changes

Full Changelog

Full Changelog: julia-actions/install-juliaup@v2...v3.0.0

v2.2.2

What's Changed

New Contributors

Full Changelog

Full Changelog: julia-actions/install-juliaup@v2...v2.2.2

v2.2.1

Dependency Updates

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

---
updated-dependencies:
- dependency-name: julia-actions/install-juliaup
  dependency-version: '3'
  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 Mar 1, 2026
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Benchmark Results (Julia v1)

Time benchmarks
master 1610924... master / 1610924...
traversal/combine/10 2.93 ± 0.16 μs 2.9 ± 0.2 μs 1.01 ± 0.089
traversal/combine/100 0.032 ± 0.0014 ms 31.6 ± 1.4 μs 1.01 ± 0.062
traversal/combine/1000 0.317 ± 0.016 ms 0.313 ± 0.015 ms 1.01 ± 0.069
traversal/direction/left_100 0.191 ± 0.01 μs 0.191 ± 0.011 μs 1 ± 0.078
traversal/direction/right_100 0.211 ± 0.011 μs 0.22 ± 0.011 μs 0.959 ± 0.069
traversal/mixed/noop_100 0.161 ± 0.01 μs 0.16 ± 0.001 μs 1.01 ± 0.063
traversal/mixed/swap_100 0.211 ± 0.02 μs 0.22 ± 0.011 μs 0.959 ± 0.1
traversal/noop/10 0.07 ± 0 μs 0.07 ± 0 μs 1 ± 0
traversal/noop/100 0.16 ± 0.001 μs 0.161 ± 0.01 μs 0.994 ± 0.062
traversal/noop/1000 1.16 ± 0.08 μs 1.18 ± 0.02 μs 0.982 ± 0.07
traversal/swap/10 0.07 ± 0.01 μs 0.07 ± 0.01 μs 1 ± 0.2
traversal/swap/100 0.211 ± 0.011 μs 0.211 ± 0.011 μs 1 ± 0.074
traversal/swap/1000 1.48 ± 0.021 μs 1.48 ± 0.029 μs 1 ± 0.024
time_to_load 1.5 ± 0.018 s 1.49 ± 0.0083 s 1.01 ± 0.013
Memory benchmarks
master 1610924... master / 1610924...
traversal/combine/10 0.207 k allocs: 6.75 kB 0.207 k allocs: 6.75 kB 1
traversal/combine/100 2.28 k allocs: 0.0725 MB 2.28 k allocs: 0.0725 MB 1
traversal/combine/1000 23 k allocs: 0.732 MB 23 k allocs: 0.732 MB 1
traversal/direction/left_100 0 allocs: 0 B 0 allocs: 0 B
traversal/direction/right_100 0 allocs: 0 B 0 allocs: 0 B
traversal/mixed/noop_100 0 allocs: 0 B 0 allocs: 0 B
traversal/mixed/swap_100 0 allocs: 0 B 0 allocs: 0 B
traversal/noop/10 0 allocs: 0 B 0 allocs: 0 B
traversal/noop/100 0 allocs: 0 B 0 allocs: 0 B
traversal/noop/1000 1 allocs: 16 B 1 allocs: 16 B 1
traversal/swap/10 0 allocs: 0 B 0 allocs: 0 B
traversal/swap/100 0 allocs: 0 B 0 allocs: 0 B
traversal/swap/1000 1 allocs: 16 B 1 allocs: 16 B 1
time_to_load 0.149 k allocs: 11.1 kB 0.149 k allocs: 11.1 kB 1

@codecov
Copy link

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.26%. Comparing base (215d28f) to head (1610924).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   78.26%   78.26%           
=======================================
  Files           4        4           
  Lines         184      184           
=======================================
  Hits          144      144           
  Misses         40       40           

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

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