Commit Graph

377 Commits (c1dbd4593f38f2baed59345e10242a9b9eb896dd)
 

Author SHA1 Message Date
David Hadka c64c572235
Catch and log unhandled exceptions stemming from closed file descriptor (#596) 4 years ago
Alex Tokarev cc2d767a72
Update Rust directories recommended for caching (#433)
This commit applies the suggestion from The Cargo Book:
https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci
4 years ago
Daniel Kuschny 2fa955d825
Update examples.md (#588)
Extend gradle notes.
4 years ago
Yuichi Yogo 4762de4681 simplify path in lerna example 4 years ago
kalin 3a696372f2
elixir typo - stray parenthesis (#569) 4 years ago
Wojtek Mach 366e5ba022
Update cache key for Elixir (#568) 4 years ago
Yuichi Yogo 12ed05f49a Fix typo of cache path in Lerna example 4 years ago
David Hadka 8d3f2fc3ce
Update dependencies (#565) 4 years ago
David Hadka 1a9e2138d9
Update cache module to v1.0.7 (#562) 4 years ago
Jonathan Clem 981fa981ed
Merge pull request #469 from ericmj/patch-1
Also cache _build for Elixir
4 years ago
Pradyun Gedam 4498c5b4d8
Drop the example based on using pip's internals (#519)
pip's documentation explicitly states to not use `import pip`:

> While it is implemented in Python, and so is available from your Python code via
> `import pip`, you must not use pip’s internal APIs in this way.

This example is in direct contradiction with the documentation's guidance and, thus, has
been removed.
4 years ago
Albert Still 3767bf0386 Improve restore-key documentation 4 years ago
Robert Stoll 4134e6de47
It is not recommended to cache node_modules (#537)
According to the docs of this repo, so the example should not show it
4 years ago
Jason Axelson 2086306d9c Make it more obvious that the cache call does double duty 4 years ago
Yaroslav Dynnikov 26968a09c0
Make save/restore logs akin (#509)
- Print primary key when saving cache
4 years ago
Konrad Pabjan aeaf731ae2
Use @actions/cache version 1.0.6 (#525)
* Use @actions/cache version 1.0.6

* Update cache.dep.yml

* Update all files in .licenses
4 years ago
Konrad Pabjan 56a8a2f775
Merge pull request #514 from eregon/recommend-setup-ruby-bundler-cache
Recommend ruby/setup-ruby's bundler-cache: true option
4 years ago
Benoit Daloze 1bfe3accb3 Recommend ruby/setup-ruby's bundler-cache: true option
Manually caching gems has many issues:
* Not working if there is no Gemfile.lock but only a Gemfile
* Not having the OS version in the key, which might cause binary incompatibility with system libraries of different ABI version.
* Not taking the Ruby version in account.
* Not taking the Ruby ABI version of development builds into accounts, which cannot be done with a key, but needs the commit hash.
* Using restore-keys would grow the cache over time and have extra gems in the cache.
* Those reasons are summarized in https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby#caching-bundle-install-manually
4 years ago
Konrad Pabjan 354332455a
Merge pull request #434 from DanielHabenicht/patch-1
Update examples.md for NPM
4 years ago
Konrad Pabjan 3303695afa
Merge pull request #507 from odin-delrio/patch-1
Improved gradle cache key calculation example
4 years ago
Odín del Río e64ab303d1
Improved gradle cache key calculation example 4 years ago
Konrad Pabjan 26c48dce83
Merge pull request #506 from actions/cache-matrix-example
Added a cache example when using matrix
4 years ago
Chris Patterson 72f66cfa6d
Added a cache example when using matrix 4 years ago
Leandro Ostera 009fe4e01c
Add sample cache for Erlang with Rebar3 4 years ago
Konrad Pabjan 9f3a4d3e65
Merge pull request #443 from guilleijo/pipenv-example
Add example for python pipenv
4 years ago
Aiqiao Yan 7b630ee04f
Merge pull request #483 from actions/aiqiaoy/windows-cache-path
Use @actions/cache 1.0.5
4 years ago
Aiqiao Yan d2583f08bc Run licenses cache 4 years ago
Aiqiao Yan 752e778edb Use @actions/cache 1.0.5 4 years ago
Josh Gross a3047dcdce
Fix CODEOWNER team name (#480) 4 years ago
Konrad Pabjan 9c77c9dbfc
Merge pull request #470 from brcrista/patch-1
Add CODEOWNERS file
4 years ago
Brian Cristante 29cdd22c60
Create CODEOWNERS 4 years ago
Eric Meadows-Jönsson 62a4d75442
Also cache _build for Elixir 4 years ago
David Hadka 0781355a23
Upgrade @actions/cache to 1.0.4 (#451) 4 years ago
David Hadka 22c64ac772
Update @actions/core to 1.2.6 (#449) 4 years ago
Guillermo Eijo cbbf882ea4 Add link to example to README 4 years ago
Guillermo Eijo 4557c6a937 Add example for python pipenv 4 years ago
David Hadka 8819edf476
Update to @actions/cache 1.0.3 (#438)
Update to version 1.0.3 of the `@actions/cache` module.  This pulls in the following changes:

* Add a small delay between retry attempts
* Do not retry on HTTP responses that are not retryable, such as 409 Conflicts
4 years ago
DanielHabenicht 19530ba135
Update examples.md 4 years ago
David Hadka d1255ad936
Merge pull request #424 from actions/dhadka/upload-chunk-size
Adds input for upload chunk size
4 years ago
Dave Hadka 68cfb2ccb7 Add units to description 4 years ago
Dave Hadka cce3c03a74 Add new input to action.yml 4 years ago
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings 4 years ago
Dave Hadka a6f1f4b32e Adds input for upload chunk size 4 years ago
David Hadka d606e039ae
Merge pull request #421 from actions/dhadka/ghes
Caching action should no-op on GHES
4 years ago
Dave Hadka d3e4f218f3 Use warning instead of info 4 years ago
Dave Hadka 55a5894438 Update dist 4 years ago
Dave Hadka 3f6dfcbcc4 Merge branch 'main' of http://github.com/actions/cache into dhadka/ghes 4 years ago
Dave Hadka 0f71d4ac9a Add tests for isGhes 4 years ago
Dave Hadka 2850cd8f45 Fix test 4 years ago
Dave Hadka 67f61c6e6b Add dist files 4 years ago