Skip to content

build(deps): bump julia-actions/cache from 2 to 3#711

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

build(deps): bump julia-actions/cache from 2 to 3#711
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/julia-actions/cache-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps julia-actions/cache from 2 to 3.

Release notes

Sourced from julia-actions/cache's releases.

v3.0.0 - Cache on failure (with override)

What's Changed

Breaking Changes

  • Caching will now happen when the job fails, with an override to restore the previous behavior via save-always: false

Changes

Maintenance

New Contributors

Full Changelog: julia-actions/cache@v2.1.0...v3.0.0

v2.1.0 - New outputs cache-paths and cache-key

What's Changed

New features

Maintenance

... (truncated)

Commits
  • a45e8fa Add Google Cloud Storage cache support (#204)
  • 8932005 Bump fast-xml-parser from 5.5.7 to 5.7.1 (#220)
  • 9a93c5f chore: bump @actions/* deps to latest and convert source to ESM (#218)
  • c3e92b0 Bump actions/setup-node from 6.1.0 to 6.3.0 (#211)
  • 2d4cffa Bump brace-expansion from 1.1.12 to 1.1.13 (#217)
  • e882f3e Bump actions/checkout from 6.0.1 to 6.0.2 (#212)
  • 7eb2283 chore: add npm ecosystem to dependabot (#213)
  • 851ab02 Fix pidfile exclusion: split brace expansion into separate globs (#210)
  • e97f6fc Delete pidfiles. Skip Pkg.gc when not saving. Don't delete old caches if no n...
  • 09b9b25 Bump fast-xml-parser from 5.5.6 to 5.5.7 (#208)
  • 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 Jun 22, 2026
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: julia-actions/cache
  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/cache-3 branch from b108fa2 to f3f07d1 Compare June 22, 2026 18:25
@github-actions

Copy link
Copy Markdown
Contributor

Dagger benchmarks: dirty vs master

master dirty master / dirty
array/dagger/N=1024 (block 512)/add (X + X) 10.2 ± 0.58 ms 9.41 ± 1.5 ms 1.08 ± 0.18
array/dagger/N=1024 (block 512)/alloc (rand) 3.54 ± 0.41 ms 4.52 ± 1.3 ms 0.785 ± 0.25
array/dagger/N=1024 (block 512)/broadcast (X .+ 1) 7.34 ± 0.75 ms 6.89 ± 0.35 ms 1.07 ± 0.12
array/dagger/N=1024 (block 512)/map (sin.(X)) 10.9 ± 0.52 ms 10.7 ± 0.67 ms 1.02 ± 0.08
array/dagger/N=1024 (block 512)/norm 4.09 ± 0.62 ms 3.93 ± 0.34 ms 1.04 ± 0.18
array/dagger/N=1024 (block 512)/reduce (sum) 7.18 ± 0.21 ms 7.8 ± 0.8 ms 0.92 ± 0.098
array/dagger/N=1024 (block 512)/transpose (permutedims) 9.47 ± 1.2 ms 10.2 ± 0.27 ms 0.925 ± 0.12
array/dagger/N=256 (block 256)/add (X + X) 3.22 ± 0.079 ms 3.13 ± 0.073 ms 1.03 ± 0.035
array/dagger/N=256 (block 256)/alloc (rand) 1.34 ± 0.052 ms 1.32 ± 0.14 ms 1.01 ± 0.11
array/dagger/N=256 (block 256)/broadcast (X .+ 1) 3.31 ± 0.22 ms 2.9 ± 0.093 ms 1.14 ± 0.085
array/dagger/N=256 (block 256)/map (sin.(X)) 3.42 ± 0.55 ms 3.4 ± 0.092 ms 1.01 ± 0.16
array/dagger/N=256 (block 256)/norm 2.26 ± 0.28 ms 2.16 ± 0.18 ms 1.05 ± 0.16
array/dagger/N=256 (block 256)/reduce (sum) 4.04 ± 0.37 ms 3.92 ± 0.58 ms 1.03 ± 0.18
array/dagger/N=256 (block 256)/transpose (permutedims) 2.68 ± 0.055 ms 2.66 ± 0.16 ms 1.01 ± 0.064
linalg/dagger/N=1024 (block 512)/cholesky 0.0348 ± 0.0065 s 0.0365 ± 0.0049 s 0.953 ± 0.22
linalg/dagger/N=1024 (block 512)/lu 7.99 s 8.08 s 0.99
linalg/dagger/N=1024 (block 512)/matmul (A*A) 0.053 ± 0.0068 s 0.0518 ± 0.0033 s 1.02 ± 0.15
linalg/dagger/N=1024 (block 512)/matvec (A*x) 9.18 ± 0.84 ms 8.96 ± 0.31 ms 1.03 ± 0.1
linalg/dagger/N=1024 (block 512)/qr 0.344 ± 0.013 s 0.388 ± 0.016 s 0.888 ± 0.049
linalg/dagger/N=1024 (block 512)/solve (A\b via lu) 11.1 s 11.2 s 0.986
linalg/dagger/N=1024 (block 512)/syrk (A'*A) 0.046 ± 0.0038 s 0.0436 ± 0.002 s 1.06 ± 0.1
linalg/dagger/N=256 (block 256)/cholesky 6.97 ± 1.6 ms 6.12 ± 0.35 ms 1.14 ± 0.27
linalg/dagger/N=256 (block 256)/lu 1.41 ± 0.029 s 1.41 ± 0.019 s 0.996 ± 0.024
linalg/dagger/N=256 (block 256)/matmul (A*A) 4.21 ± 0.41 ms 4.29 ± 0.55 ms 0.979 ± 0.16
linalg/dagger/N=256 (block 256)/matvec (A*x) 3.19 ± 0.11 ms 3.27 ± 0.095 ms 0.976 ± 0.044
linalg/dagger/N=256 (block 256)/qr 11.1 ± 1.1 ms 10.2 ± 0.72 ms 1.09 ± 0.13
linalg/dagger/N=256 (block 256)/solve (A\b via lu) 2.29 ± 0.0016 s 2.31 ± 0.0021 s 0.991 ± 0.0011
linalg/dagger/N=256 (block 256)/syrk (A'*A) 5.87 ± 0.36 ms 6.2 ± 1 ms 0.946 ± 0.17
time_to_load 0.893 ± 0.012 s 0.895 ± 0.0038 s 0.997 ± 0.014

Plots

⚠️ Regressions (> 25.0%)

  • array/dagger/N=1024 (block 512)/alloc (rand): +27.5%

Full results and plots (download the benchmark-results artifact).

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