From 27425c7146ebd75cb8d22bdb3b2b99819ef1b21d Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 4 Nov 2020 10:57:53 +0100 Subject: [PATCH] Updating Caching link for Ruby Gem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a40c15..9619aea4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ jobs: # 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). +See [actions/cache](https://github.com/actions/cache) and the [Ruby Bundler cache example](https://github.com/actions/cache/blob/master/examples.md#ruby---bundler). # License