Commit Graph

211 Commits (26968a09c0ea4f3e233fdddbafd1166051a095f6)
 

Author SHA1 Message Date
Yaroslav Dynnikov 26968a09c0
Make save/restore logs akin ()
- Print primary key when saving cache
Konrad Pabjan aeaf731ae2
Use @actions/cache version 1.0.6 ()
* Use @actions/cache version 1.0.6

* Update cache.dep.yml

* Update all files in .licenses
Konrad Pabjan 56a8a2f775
Merge pull request from eregon/recommend-setup-ruby-bundler-cache
Recommend ruby/setup-ruby's bundler-cache: true option
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
Konrad Pabjan 354332455a
Merge pull request from DanielHabenicht/patch-1
Update examples.md for NPM
Konrad Pabjan 3303695afa
Merge pull request from odin-delrio/patch-1
Improved gradle cache key calculation example
Odín del Río e64ab303d1
Improved gradle cache key calculation example
Konrad Pabjan 26c48dce83
Merge pull request from actions/cache-matrix-example
Added a cache example when using matrix
Chris Patterson 72f66cfa6d
Added a cache example when using matrix
Konrad Pabjan 9f3a4d3e65
Merge pull request from guilleijo/pipenv-example
Add example for python pipenv
Aiqiao Yan 7b630ee04f
Merge pull request from actions/aiqiaoy/windows-cache-path
Use @actions/cache 1.0.5
Aiqiao Yan d2583f08bc Run licenses cache
Aiqiao Yan 752e778edb Use @actions/cache 1.0.5
Josh Gross a3047dcdce
Fix CODEOWNER team name ()
Konrad Pabjan 9c77c9dbfc
Merge pull request from brcrista/patch-1
Add CODEOWNERS file
Brian Cristante 29cdd22c60
Create CODEOWNERS
David Hadka 0781355a23
Upgrade @actions/cache to 1.0.4 ()
David Hadka 22c64ac772
Update @actions/core to 1.2.6 ()
Guillermo Eijo cbbf882ea4 Add link to example to README
Guillermo Eijo 4557c6a937 Add example for python pipenv
David Hadka 8819edf476
Update to @actions/cache 1.0.3 ()
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
DanielHabenicht 19530ba135
Update examples.md
David Hadka d1255ad936
Merge pull request from actions/dhadka/upload-chunk-size
Adds input for upload chunk size
Dave Hadka 68cfb2ccb7 Add units to description
Dave Hadka cce3c03a74 Add new input to action.yml
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings
Dave Hadka a6f1f4b32e Adds input for upload chunk size
David Hadka d606e039ae
Merge pull request from actions/dhadka/ghes
Caching action should no-op on GHES
Dave Hadka d3e4f218f3 Use warning instead of info
Dave Hadka 55a5894438 Update dist
Dave Hadka 3f6dfcbcc4 Merge branch 'main' of http://github.com/actions/cache into dhadka/ghes
Dave Hadka 0f71d4ac9a Add tests for isGhes
Dave Hadka 2850cd8f45 Fix test
Dave Hadka 67f61c6e6b Add dist files
Dave Hadka 4d604c6cce No-op on GHES
Yang Cao d33b5077b5
Merge pull request from thboop/main
Add Licensed to attribute third party licenses
Thomas Boop 765fb6d234 Update contributing.md
Thomas Boop 11e417fa43 Add Licensed to attribute third party licenses
Shafiq Jetha 8b407f7777
Grammar fix ()
Aiqiao Yan 5ca27f25cb
Merge pull request from smorimoto/release-2.1.1
Prepare 2.1.1
Sora Morimoto 244fc0ba29 Prepare 2.1.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Aiqiao Yan 943d2a4dac
Merge pull request from noamtamim/patch-1
Fix indentation in last pip example
dependabot[bot] 01f7f296b1
Bump lodash from 4.17.15 to 4.17.19 ()
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sora Morimoto ab48bf6f67
Update the @actions/cache package to the latest version ()
* Update the @actions/cache package to the latest version

Signed-off-by: Sora Morimoto <sora@morimoto.io>
Noam Tamim 59a8d125e7
Fix indentation in last pip example
David Hadka d29c1df198
Merge pull request from actions/dhadka/cache-1.0.1
Upgrade to cache 1.0.1
Dave Hadka d59a1464f2 Upgrade to cache 1.0.1
Aiqiao Yan 481a91ba10
Merge pull request from actions/dhadka/bump-cache-version
Bump cache module to version 1.0.0
Aiqiao Yan 4978dc4f31
Merge pull request from gaerfield/patch-1
fixes 
Aiqiao Yan 66891cb075
Merge pull request from JohnTitor/patch-1
Remove redundant `#` from OCaml/Reason link