Skip to content

Releases: actions/cache

v3.0.11

13 Oct 11:18
9b0c1fc
Compare
Choose a tag to compare

What's Changed

  • Call out cache not saved on hit by @Phantsure in #946
  • Update @actions/core to 1.10.0 by @rentziass in #950
  • Update cache to use @actions/core@^1.10.0 by @pdotl in #956

New Contributors

Full Changelog: v3...v3.0.11

v3.0.10

03 Oct 09:26
56461b9
Compare
Choose a tag to compare
  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

30 Sep 05:19
ac80757
Compare
Choose a tag to compare
  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

22 Aug 06:49
fd5de65
Compare
Choose a tag to compare

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

11 Aug 09:35
a7c34ad
Compare
Choose a tag to compare

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

05 Aug 07:23
f427802
Compare
Choose a tag to compare

What's Changed

  • Add example for clojure lein project dependencies by @shivamarora1 in PR #835
  • Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @pdotl in PR #887
  • Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
  • Fix issue #833 where cache save was not working for caching github workspace directory

New Contributors

Full Changelog: v3...v3.0.6

v3.0.5

13 Jul 05:04
0865c47
Compare
Choose a tag to compare

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

07 Jun 07:39
c3f1317
Compare
Choose a tag to compare

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

31 May 07:09
30f413b
Compare
Choose a tag to compare

Fixed avoiding empty cache save when no files are available for caching. (#624)

v3.0.2

11 Apr 06:48
48af2dc
Compare
Choose a tag to compare

This release adds the support for dynamic cache size cap on GHES.