FixedPointNumbers.jl
FixedPointNumbers.jl copied to clipboard
Bump julia-actions/cache from 1 to 2
Bumps julia-actions/cache from 1 to 2.
Release notes
Sourced from julia-actions/cache's releases.
v2.0.0
Breaking Changes ⚠️
v2.0.0
requiresnode20
. This is a breaking change, becausenode20
does not support the following operating systems:
- Red Hat Enterprise Linux 7
- CentOS 7
- Oracle Linux 7
- Debian 9
- Ubuntu 16.04
- Linux Mint 18
- openSUSE 15
- SUSE Enterprise Linux (SLES) 12 SP2
- Windows 7 64-bit
- Windows 8.1 64-bit
Therefore, if you are using self-hosted runners on one of the above operating systems, you won't be able to run
v2
of this action.In contrast,
v1
of this action usesnode16
.What's Changed
- fix: Attempt to install jq on all runners by
@musoke
in julia-actions/cache#105- Pin third party action to hash by
@SaschaMann
in julia-actions/cache#106- Mention why the extra permissions are required by
@rikhuijzer
in julia-actions/cache#108- More accurate info about GitHub cache retion policy by
@giordano
in julia-actions/cache#111- Only run Dependabot once per month, but increase the PR limit by
@DilumAluthge
in julia-actions/cache#115- Update actions/cache to v3.3.3 by
@IanButterworth
in julia-actions/cache#121- Bump julia-actions/setup-julia from 1 to 2 by
@dependabot
in julia-actions/cache#116- Bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabot
in julia-actions/cache#118- Bump pyTooling/Actions from 0.4.6 to 1.0.1 by
@dependabot
in julia-actions/cache#117- update setup-julia to v2 in readme by
@IanButterworth
in julia-actions/cache#124- Bump actions/checkout from 4.1.2 to 4.1.4 by
@dependabot
in julia-actions/cache#126- Bump pyTooling/Actions from 1.0.1 to 1.0.5 by
@dependabot
in julia-actions/cache#127- Bump actions/cache from 3.3.3 to 4.0.2 by
@dependabot
in julia-actions/cache#123New Contributors
@musoke
made their first contribution in julia-actions/cache#105@giordano
made their first contribution in julia-actions/cache#111@DilumAluthge
made their first contribution in julia-actions/cache#115Full Changelog: https://github.com/julia-actions/cache/compare/v1.5.2...v2.0.0
v1.5.2: Cache tidy fixes. Existing registry fix.
What's Changed
- Delete cache entries only on the workflow branch by
@omus
in julia-actions/cache#97- Test cache action against Julia 1.0 and nightly by
@omus
in julia-actions/cache#101- Avoid corrupting existing cloned Julia registries by
@omus
in julia-actions/cache#102- Pass cache-name between save/restore jobs by
@omus
in julia-actions/cache#103- make depot if not restored by
@IanButterworth
in julia-actions/cache#91
... (truncated)
Commits
d48542b
Bump actions/cache from 3.3.3 to 4.0.2 (#123)caa6556
Bump pyTooling/Actions from 1.0.1 to 1.0.5 (#127)1c20782
Bump actions/checkout from 4.1.2 to 4.1.4 (#126)4b23ab7
update setup-julia to v2 in readme (#124)cc87ef3
Bump pyTooling/Actions from 0.4.6 to 1.0.1 (#117)c363897
Bump actions/checkout from 4.1.1 to 4.1.2 (#118)1b0706c
Bump julia-actions/setup-julia from 1 to 2 (#116)8b63b4a
Update actions/cache to v3.3.3 (#121)0413f3b
Only run Dependabot once per month, but increase the PR limit (#115)e8521d4
More accurate info about GitHub cache retion policy (#111)- Additional commits viewable in compare view
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 <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)
Perhaps "UnitTest.yml" should also be updated to use julia-actions/cache
.
Looks like julia-actions/cache is up-to-date now, so this is no longer needed.