Vipul
0c180092a2
Add a note about path expansion on Windows.
2 years ago
Lovepreet Singh
a057257949
Add cross-os caching to the zstd workaround section.
2 years ago
Lovepreet Singh
7b5e3aaf23
Move remaining section of Cache segment restore timeout
2 years ago
Lovepreet Singh
eb8b610ee6
Add zstd workaround to README. Add yaml formatting to code blocks. Move Cache segment restore to Known Practices section.
2 years ago
Lovepreet Singh
7e7820edca
Move Cache segment restore timeout to Known practices and workarounds
2 years ago
Bishal Prasad
5f975d03e6
Merge pull request #896 from actions/bishal-pdMSFT-patch-1
...
Add readme section for good practices
2 years ago
Bishal Prasad
8a9a57869f
Update README.md
2 years ago
Bishal Prasad
fb1d96e3ff
Update README.md
2 years ago
Sankalp Kotewar
d49b6bb21d
Updated actions/cache toolkit dep to v3.0.4
2 years ago
Bishal Prasad
23d218be27
Add section for good practices
2 years ago
Sankalp Kotewar
33a923d660
Added release information
2 years ago
Lovepreet Singh
318935ef66
Update README and RELEASES
2 years ago
Sankalp Kotewar
4387dbc81a
Merge pull request #835 from shivamarora1/clojure-lein-example
...
feat: 🎸 add example for clojure lein project deps
2 years ago
Vipul
baed3516c3
Merge pull request #530 from axelson/document-where-to-cache
...
Make it more obvious that the cache call does double duty
3 years ago
Vipul
8829e97be1
Update README.md
...
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
3 years ago
Shivam Arora
a0e530f115
feat: 🎸 add example for clojure lein project deps
...
In Clojure, Lein tool is used to generate template for various projects.
Lein project metadata (including project dependencies) are stored in
prject.clj (in root directory) file. Lein downloads dependencies in
classpath (~/.m2/repository). So here I am caching ~/.m2/repository path
for reusing cache in subsequent builds.
3 years ago
Luis Obis
02be3a9c73
fixed bad yaml in README example
3 years ago
Sankalp Kotewar
c3f1317a9e
Merge pull request #813 from actions/users/kotewar/upgrading-cache-to-v2.0.6
...
Updated README file with release info
3 years ago
Sankalp Kotewar
d0a54b996c
Fixed typo
3 years ago
Sankalp Kotewar
8c5bd0c82d
Updated README file with release info
3 years ago
Sampark Sharma
438628ac22
Merge pull request #554 from albertstill/improve-restore-key-docs
...
Improve restore-key documentation
3 years ago
Sankalp Kotewar
f2ea0f25f2
Updated Readme with what's new and removed v2 info
3 years ago
Sampark Sharma
11dd8059a1
Addressing comments
3 years ago
Sampark Sharma
e19e89eb2a
Update to call out for version of cache
3 years ago
Peter Mescalchin
8f1e2e0286
Bump GitHub actions `actions/checkout` and `actions/setup-node` ( #763 )
...
* Bump GitHub actions
* Bump Node.js version used to `16.x` in workflows
* Bump `actions/upload-artifact@v3`
3 years ago
Shubham Tiwari
136d96b4ae
Enabling actions/cache for GHES based on presence of AC service ( #774 )
...
* initial changes
* Update package-lock.json
* Update package-lock.json
* review comments and updated test cases
* package.json
* changed name
* added new line
* changed tookit
* updated with 2.0
* changed with public released package
* ran code format
* linting errors
* Update actionUtils.test.ts
* Update cache.dep.yml
* Update package.json
* Update README.md
* Create RELEASES.md
* Update RELEASES.md
* Update package.json
* Update package-lock.json
* typo
3 years ago
Ashwin Sangem
7d4f40b464
Bumping up the version to fix download issue for files > 2 GB. ( #775 )
...
* Bumping up the version to fix download issue for files > 2 GB.
* Update license for cache
Co-authored-by: vsvipul <vsvipul@github.com>
3 years ago
Ashwin Sangem
2d8d0d1c9b
Updated what's new. ( #771 )
...
* Updated what's new.
* Segregated major versions and added changelog.
* Update README.md
3 years ago
Ashwin Sangem
7799d864d9
Updated the usage and docs to the major version release. ( #770 )
3 years ago
Vipul
deae296ab3
Merge pull request #651 from magnetikonline/fix-golang-windows-example
...
Fix Golang windows example - updated `README.md` test badge markdown.
3 years ago
Vipul
c7c46bcb6d
Merge pull request #707 from duxtland/main
...
Add Deno cache example
3 years ago
Peter Mescalchin
3fdafa472e
Update GitHub Actions status badge markdown in `README.md`
3 years ago
Peter Mescalchin
341e6d75d9
Merge branch 'actions:main' into fix-golang-windows-example
3 years ago
Jheyson Saavedra
3fe001f5ca
chore: add Deno cache example to readme
3 years ago
Malo Bourgon
2c7b30f330
Add example for Haskell Stack
3 years ago
Juan Julián Merelo Guervós
a848fb313f
This is a good tip if you're using Alpine
...
(Which does not have a POSIX-compliant tar by default)
3 years ago
Vipul
e6890046a6
Update README.md
...
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
3 years ago
Tugdual Grall
a3b6799c91
update readme for issue #687
3 years ago
Aparna Ravindra
bd49291365
Update README.md - 10GB support
3 years ago
Peter Mescalchin
447f0fd1d3
Chomp some markdown whitespace
3 years ago
Peter Mescalchin
47e8bd685f
Small fix to `README.md` examples link
3 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
Guillermo Eijo
cbbf882ea4
Add link to example to README
4 years ago
uhooi
ca1c035094
Update README.md
4 years ago
Aiqiao Yan
66891cb075
Merge pull request #373 from JohnTitor/patch-1
...
Remove redundant `#` from OCaml/Reason link
4 years ago
Yuki Okushi
c5475843b3
Remove redundant `#` from OCaml/Reason link
5 years ago
Aiqiao Yan
4aa79d91d3
Rename master to main
5 years ago
Aiqiao Yan
e6c708b5ce
React to feedback
5 years ago
Aiqiao Yan
581312be20
Update readme and examples to use v2
5 years ago
Josh Gross
2b83e91661
Add examples for creating a cache key ( #312 )
5 years ago
Justin Poehnelt
46fead7f5e
docs: add note about branch scope ( #307 )
...
* docs: add note about branch scope
* revert change
5 years ago
Shigeki Karita
ddc4681e8d
Add D example. ( #303 )
5 years ago
Matija Čupić
f00dedfa6c
Use checkout@v2 in README example ( #258 )
5 years ago
Josh Gross
f60097cd16
Fix Lerna Example ( #242 )
...
* Fix lerna example
* Fix yaml spacing
5 years ago
BSKY
b13df3fa54
Update README.md ( #213 )
5 years ago
Sacha Ayoun
826785142a
Adding examples for OCaml/esy ( #199 )
...
* Adding examples for esy as a workflow for OCaml files
* track v1 instead of v1.1.2
Co-Authored-By: Josh Gross <joshmgross@github.com>
* add link in the readme for ocaml-esy
* ocaml -> ocaml/reason
* link in readme says ocaml/reason
Co-authored-by: Josh Gross <joshmgross@github.com>
5 years ago
Josh Gross
85aee6a487
Update docs with 5GB limit
5 years ago
Florian Kostenzer
e43776276f
Add Swift Package Manager (SPM) example ( #159 )
...
* Add Swift - SPM to examples
* Add link SPM example link to readme
* remove extra newline
* remove another extra newline
5 years ago
Shinya Uryu
b6d538e2aa
Add renv examples ( #151 )
...
* Add renv examples
* Add link in main readme.md
5 years ago
Edward Thomson
296374f6c9
Update action's description ( #75 )
...
* README: clarify case on the action
* Update description
5 years ago
Mike Coutermarsh
6c11532937
Update Ruby docs. "Gem" -> "Bundler" ( #150 )
...
* Use "Bundler" which is the package manager
"Gem" isn't wrong, but not typically what a Ruby developer would think of.
* Update links
* Update links
5 years ago
Daniel Shuy
c33bff8d72
Add Scala - SBT example ( #134 )
...
* Add Scala - SBT example
* Add Scala - SBT example to README
5 years ago
Flavio Corpa
d1991bb4c5
Add Haskell - Cabal example ( #148 )
...
* Add Haskell - Cabal example
* Add link in main readme.md
5 years ago
Josh Gross
60e292adf7
Update cache limits ( #140 )
5 years ago
Kevin Burke
a631fadf14
README.md: fix grammar error ( #136 )
...
"it's" is short for "it is," but the use in this sentence is as a
possessive - something belonging to "it" - hence, "its" is correct.
5 years ago
Jon Pugh
4809f4ada4
Add list of implementation examples. ( #116 )
...
More visibility into the samples by having it on the main README. Easier to see, better SEO.
5 years ago
Josh Gross
92ae3b63f8
Update badge link
5 years ago
BSKY
31508256ff
Update README.md ( #76 )
5 years ago
Josh Gross
bc821d0c12
Remove recommendation to cache node_modules ( #69 )
...
* Update npm caching examples
* Fix output name
* Remove extra details tag
5 years ago
Josh Gross
b034b26a44
Bump cache limit to 400MB ( #61 )
5 years ago
Hugo van Kemenade
e1ed41a9c9
Link to docs ( #58 )
...
* Link to docs
* Attempt to default to user's browser language first
5 years ago
Josh Gross
d8c5e69fe2
Update badge to filter to master push events
5 years ago
Josh Gross
f66a56e59e
Bump version to v1 ( #51 )
5 years ago
Zach Renner
d384987622
Time based eviction interval is 1 week ( #34 )
5 years ago
David Hadka
2523667574
Add note about time-based eviction to README ( #30 )
5 years ago
Peter
fc310d4670
Fix README.md ( #25 )
...
`restore-keys` had incorrect indentation.
5 years ago
Chris Patterson
d676b6c354
Update README.md
5 years ago
M Akhyar Rahman Hidayat
6be35d19ef
Minor typo in README ( #15 )
...
from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit`
5 years ago
Josh Gross
3743276c66
Move examples to their own page ( #13 )
5 years ago
Ryoya Ito
6e37fd16ea
Add Carthage example ( #10 )
5 years ago
Kosuke Ogawa
83bb08ded3
Add Cocoapods example ( #5 )
5 years ago
Kosuke Ogawa
7611296bb3
Add Ruby Gem example ( #4 )
5 years ago
Josh Gross
889c603691
Update workflow ( #1 )
...
* Run workflow on linux, mac, and windows
* Add status badge
* Use npm install instead
* Bump typescript version
* Use node 12.x
5 years ago
Josh Gross
37c45447e4
Initial commit
5 years ago
Madhuri Gummalla
551cf17d91
Update README.md
5 years ago
madhurig
bddca1d49b
init repo
5 years ago