Add Bun example (#1456)

* Add Bun example

* Fix Bun Windows example
This commit is contained in:
Jan T. Sott 2024-10-08 21:53:09 +02:00 committed by GitHub
parent 3624ceb22c
commit 8469c94c6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

@ -157,6 +157,7 @@ Every programming language and framework has its own way of caching.
See [Examples](examples.md) for a list of `actions/cache` implementations for use with:
* [Bun](./examples.md#bun)
* [C# - NuGet](./examples.md#c---nuget)
* [Clojure - Lein Deps](./examples.md#clojure---lein-deps)
* [D - DUB](./examples.md#d---dub)