From 3fe001f5cad7205372ef2f81b293e59f62f1c139 Mon Sep 17 00:00:00 2001 From: Jheyson Saavedra Date: Wed, 23 Feb 2022 16:18:41 -0500 Subject: [PATCH] chore: add Deno cache example to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd74444..8ba68bf 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us - [C# - Nuget](./examples.md#c---nuget) - [D - DUB](./examples.md#d---dub) +- [Deno](./examples.md#deno) - [Elixir - Mix](./examples.md#elixir---mix) - [Go - Modules](./examples.md#go---modules) - [Haskell - Cabal](./examples.md#haskell---cabal)