From 4622227c9cbd9f461d4ac0b9743a9dabd4cdee8b Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Thu, 3 Oct 2024 22:58:39 +0200 Subject: [PATCH] Fix Bun Windows example --- examples.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples.md b/examples.md index 7c943d0..ac78be2 100644 --- a/examples.md +++ b/examples.md @@ -58,9 +58,8 @@ - uses: actions/cache@v4 with: path: | - ~\.deno - ~\AppData\Local\deno - key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }} + ~\.bun + key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} ``` ## C# - NuGet