Skip to content

Releases: actions/cache

v3.0.1

30 Mar 10:20
136d96b
Compare
Choose a tag to compare
  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

v3.0.0

21 Mar 08:41
4b0cf6c
Compare
Choose a tag to compare
  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

v2.1.7

23 Nov 04:40
937d244
Compare
Choose a tag to compare

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

v2.1.6

27 May 15:58
c64c572
Compare
Choose a tag to compare
  • Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (#596)

v2.1.5

12 Apr 14:05
1a9e213
Compare
Choose a tag to compare
  • Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (#527)

v2.1.4

04 Feb 19:16
26968a0
Compare
Choose a tag to compare
  • Make caching more verbose #650
  • Use GNU tar on macOS if available #701

v2.1.3

06 Nov 14:56
0781355
Compare
Choose a tag to compare
  • Upgrades @actions/core to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.
  • Fix error handling in uploadChunk where 400-level errors were not being detected and handled correctly

v2.1.2

09 Oct 18:39
d1255ad
Compare
Choose a tag to compare
  • Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
  • No-op when executing on GHES

v2.1.1

19 Aug 15:14
5ca27f2
Compare
Choose a tag to compare
  • Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.

v2.1.0

21 Jul 16:55
d29c1df
Compare
Choose a tag to compare
  • Replaces the http-client with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently
  • Display download progress and speed