Merge pull request #707 from duxtland/main

Add Deno cache example
This commit is contained in:
Vipul
2022-02-24 15:51:48 +05:30
committed by GitHub
2 changed files with 44 additions and 3 deletions

View File

@ -90,6 +90,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)