Skip to content

Releases: julia-actions/cache

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

01 Apr 15:14
d10a6fd

Choose a tag to compare

What's Changed

New features

Maintenance

New Contributors

Full Changelog: v2.0.7...v2.1.0

v2.0.7

12 Jan 04:20
2b1bf4d

Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

09 Jan 18:41
49fd7c4

Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5 - Fix saving on Windows

23 Sep 17:34
8242439

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

31 Aug 13:50
8608484

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3: Fix cached registry updates

30 Aug 13:49
e662c42

Choose a tag to compare

What's Changed

  • Fix registry updates. Expand paths which use tilde by @omus in #141

Full Changelog: v2.0.2...v2.0.3

v2.0.2: Update registries if cached

12 Aug 14:08
e7913c2

Choose a tag to compare

What's Changed

Maintenance

Full Changelog: v2.0.1...v2.0.2

v2.0.1

27 Jun 14:54
580d2b6

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 May 00:09
d48542b

Choose a tag to compare

Breaking Changes ⚠️

v2.0.0 requires node20. This is a breaking change, because node20 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 uses node16.

What's Changed

New Contributors

Full Changelog: v1.5.2...v2.0.0

v1.5.2: Cache tidy fixes. Existing registry fix.

16 Jan 15:53
dc1a3cd

Choose a tag to compare

What's Changed

  • Delete cache entries only on the workflow branch by @omus in #97
  • Test cache action against Julia 1.0 and nightly by @omus in #101
  • Avoid corrupting existing cloned Julia registries by @omus in #102
  • Pass cache-name between save/restore jobs by @omus in #103
  • make depot if not restored by @IanButterworth in #91

Full Changelog: v1.5.1...v1.5.2