Commit Graph

96 Commits (5294b3f306918b313ba159be1aa3173e6049dfb9)

Author SHA1 Message Date
Sankalp Kotewar 5294b3f306
Update README.md
Rong Rong 2b04a41915
timeout env var key is not correct in README.md ()
Sampark Sharma 862fc14188
Update README.md
ELHoussineT f85d12c3b2
Merge branch 'main' into patch-1
ELHoussineT 98044e486f
Update README.md
Aparna Ravindra 12681847c6
Update README.md ()
ELHoussineT 3238536a48
Update README.md
Lovepreet Singh 9f98a2f01c
Merge branch 'main' into pdotl/readme-update-1
Lovepreet Singh 471fb0c87e Move workarounds to a different file
Vipul 0c180092a2
Add a note about path expansion on Windows.
Lovepreet Singh a057257949 Add cross-os caching to the zstd workaround section.
Lovepreet Singh 7b5e3aaf23 Move remaining section of Cache segment restore timeout
Lovepreet Singh eb8b610ee6 Add zstd workaround to README. Add yaml formatting to code blocks. Move Cache segment restore to Known Practices section.
Lovepreet Singh 7e7820edca Move Cache segment restore timeout to Known practices and workarounds
Bishal Prasad 5f975d03e6
Merge pull request from actions/bishal-pdMSFT-patch-1
Add readme section for good practices
Bishal Prasad 8a9a57869f
Update README.md
Bishal Prasad fb1d96e3ff
Update README.md
Sankalp Kotewar d49b6bb21d Updated actions/cache toolkit dep to v3.0.4
Bishal Prasad 23d218be27
Add section for good practices
Sankalp Kotewar 33a923d660 Added release information
Lovepreet Singh 318935ef66 Update README and RELEASES
Sankalp Kotewar 4387dbc81a
Merge pull request from shivamarora1/clojure-lein-example
feat: 🎸 add example for clojure lein project deps
Vipul baed3516c3
Merge pull request from axelson/document-where-to-cache
Make it more obvious that the cache call does double duty
Vipul 8829e97be1
Update README.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
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.
Luis Obis 02be3a9c73
fixed bad yaml in README example
Sankalp Kotewar c3f1317a9e
Merge pull request from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated README file with release info
Sankalp Kotewar d0a54b996c Fixed typo
Sankalp Kotewar 8c5bd0c82d Updated README file with release info
Sampark Sharma 438628ac22
Merge pull request from albertstill/improve-restore-key-docs
Improve restore-key documentation
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