cossio / RestrictedBoltzmannMachines.jl

Train and sample Restricted Boltzmann machines in Julia
MIT License
15 stars 3 forks source link

Bump the all-deps group with 3 updates #39

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the all-deps group with 3 updates: julia-actions/setup-julia, julia-actions/cache and julia-actions/julia-buildpkg.

Updates julia-actions/setup-julia from 1.9.2 to 1.9.5

Release notes

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

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

New Contributors

Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.9.3...v1.9.5

Commits


Updates julia-actions/cache from 1.3.0 to 1.5.1

Release notes

Sourced from julia-actions/cache's releases.

v1.5.1: URL encode any invalid key character

What's Changed

Full Changelog: https://github.com/julia-actions/cache/compare/v1.5.0...v1.5.1

v1.4.1: Fix action path on container runners

Fixes the path to the handle_caches.jl script when this action is run on self-hosted container-based runners.

What's Changed

New Contributors

Full Changelog: https://github.com/julia-actions/cache/compare/v1.4.0...v1.4.1

Commits


Updates julia-actions/julia-buildpkg from 1.5.0 to 1.6.0

Release notes

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

v1.6.0: show tip if depot caching isn't detected

What's Changed

Dep Updates

Full Changelog: https://github.com/julia-actions/julia-buildpkg/compare/v1.5...v1.6.0

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 9 months ago

Superseded by #40.