Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: actions/cache

v3.0.9

30 Sep 05:19
ac80757

Choose a tag to compare

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

22 Aug 06:49
fd5de65

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

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

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

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

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

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

Choose a tag to compare

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

v3.0.1

30 Mar 10:20
136d96b

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

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.