From 3656ce6e591ef47f9051e0a1a14e1f35ab58303b Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Tue, 7 Jan 2020 15:03:45 -0500 Subject: [PATCH] Add notes on caching to Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d14f9c9..1be60fc 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ jobs: bundle exec rails test ``` +# Caching Dependencies + +See [actions/cache](https://github.com/actions/cache) and the [Ruby Gem cache example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem). + # License The scripts and documentation in this project are released under the [MIT License](LICENSE)