Commit Graph

117 Commits (b63536828e6e5754df3059152c88daad28950ed4)

Author SHA1 Message Date
Sankalp Kotewar f2ea0f25f2 Updated Readme with what's new and removed v2 info
Sampark Sharma 11dd8059a1
Addressing comments
Sampark Sharma e19e89eb2a
Update to call out for version of cache
Peter Mescalchin 8f1e2e0286
Bump GitHub actions `actions/checkout` and `actions/setup-node` ()
* Bump GitHub actions

* Bump Node.js version used to `16.x` in workflows

* Bump `actions/upload-artifact@v3`
Shubham Tiwari 136d96b4ae
Enabling actions/cache for GHES based on presence of AC service ()
* 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
Ashwin Sangem 7d4f40b464
Bumping up the version to fix download issue for files > 2 GB. ()
* Bumping up the version to fix download issue for files > 2 GB.

* Update license for cache

Co-authored-by: vsvipul <vsvipul@github.com>
Ashwin Sangem 2d8d0d1c9b
Updated what's new. ()
* Updated what's new.

* Segregated major versions and added changelog.

* Update README.md
Ashwin Sangem 7799d864d9
Updated the usage and docs to the major version release. ()
Vipul deae296ab3
Merge pull request from magnetikonline/fix-golang-windows-example
Fix Golang windows example - updated `README.md` test badge markdown.
Vipul c7c46bcb6d
Merge pull request from duxtland/main
Add Deno cache example
Peter Mescalchin 3fdafa472e Update GitHub Actions status badge markdown in `README.md`
Peter Mescalchin 341e6d75d9
Merge branch 'actions:main' into fix-golang-windows-example
Jheyson Saavedra 3fe001f5ca
chore: add Deno cache example to readme
Malo Bourgon 2c7b30f330 Add example for Haskell Stack
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)
Vipul e6890046a6
Update README.md
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Tugdual Grall a3b6799c91 update readme for issue
Aparna Ravindra bd49291365
Update README.md - 10GB support
Peter Mescalchin 447f0fd1d3 Chomp some markdown whitespace
Peter Mescalchin 47e8bd685f Small fix to `README.md` examples link
Albert Still 3767bf0386 Improve restore-key documentation
Robert Stoll 4134e6de47
It is not recommended to cache node_modules ()
According to the docs of this repo, so the example should not show it
Jason Axelson 2086306d9c Make it more obvious that the cache call does double duty
Guillermo Eijo cbbf882ea4 Add link to example to README
uhooi ca1c035094
Update README.md
Aiqiao Yan 66891cb075
Merge pull request from JohnTitor/patch-1
Remove redundant `#` from OCaml/Reason link
Yuki Okushi c5475843b3
Remove redundant `#` from OCaml/Reason link
Aiqiao Yan 4aa79d91d3 Rename master to main
Aiqiao Yan e6c708b5ce React to feedback
Aiqiao Yan 581312be20 Update readme and examples to use v2
Josh Gross 2b83e91661
Add examples for creating a cache key ()
Justin Poehnelt 46fead7f5e
docs: add note about branch scope ()
* docs: add note about branch scope

* revert change
Shigeki Karita ddc4681e8d
Add D example. ()
Matija Čupić f00dedfa6c
Use checkout@v2 in README example ()
Josh Gross f60097cd16
Fix Lerna Example ()
* Fix lerna example

* Fix yaml spacing
BSKY b13df3fa54
Update README.md ()
Sacha Ayoun 826785142a
Adding examples for OCaml/esy ()
* 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>
Josh Gross 85aee6a487
Update docs with 5GB limit
Florian Kostenzer e43776276f
Add Swift Package Manager (SPM) example ()
* Add Swift - SPM to examples

* Add link SPM example link to readme

* remove extra newline

* remove another extra newline
Shinya Uryu b6d538e2aa Add renv examples ()
* Add renv examples

* Add link in main readme.md
Edward Thomson 296374f6c9 Update action's description ()
* README: clarify case on the action

* Update description
Mike Coutermarsh 6c11532937 Update Ruby docs. "Gem" -> "Bundler" ()
* 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
Daniel Shuy c33bff8d72 Add Scala - SBT example ()
* Add Scala - SBT example

* Add Scala - SBT example to README
Flavio Corpa d1991bb4c5 Add Haskell - Cabal example ()
* Add Haskell - Cabal example

* Add link in main readme.md
Josh Gross 60e292adf7
Update cache limits ()
Kevin Burke a631fadf14 README.md: fix grammar error ()
"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.
Jon Pugh 4809f4ada4 Add list of implementation examples. ()
More visibility into the samples by having it on the main README. Easier to see, better SEO.
Josh Gross 92ae3b63f8
Update badge link
BSKY 31508256ff Update README.md ()
Josh Gross bc821d0c12
Remove recommendation to cache node_modules ()
* Update npm caching examples

* Fix output name

* Remove extra details tag
Josh Gross b034b26a44
Bump cache limit to 400MB ()
Hugo van Kemenade e1ed41a9c9 Link to docs ()
* Link to docs

* Attempt to default to user's browser language first
Josh Gross d8c5e69fe2
Update badge to filter to master push events
Josh Gross f66a56e59e
Bump version to v1 ()
Zach Renner d384987622 Time based eviction interval is 1 week ()
David Hadka 2523667574 Add note about time-based eviction to README ()
Peter fc310d4670 Fix README.md ()
`restore-keys` had incorrect indentation.
Chris Patterson d676b6c354
Update README.md
M Akhyar Rahman Hidayat 6be35d19ef Minor typo in README ()
from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit`
Josh Gross 3743276c66
Move examples to their own page ()
Ryoya Ito 6e37fd16ea Add Carthage example ()
Kosuke Ogawa 83bb08ded3 Add Cocoapods example ()
Kosuke Ogawa 7611296bb3 Add Ruby Gem example ()
Josh Gross 889c603691
Update workflow ()
* Run workflow on linux, mac, and windows

* Add status badge

* Use npm install instead

* Bump typescript version

* Use node 12.x
Josh Gross 37c45447e4 Initial commit
Madhuri Gummalla 551cf17d91
Update README.md
madhurig bddca1d49b init repo