From 15815dc63007c4e4ccd66feae5b2d62f56b719e5 Mon Sep 17 00:00:00 2001 From: Ahmed Magdy Date: Sat, 13 Apr 2024 17:23:18 +0300 Subject: [PATCH] Update build.yml to include latest versions of actions/checkout and actions/cache Signed-off-by: Ahmed Magdy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a60e44..7a3a56e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.*proj') }} restore-keys: | - ${{ runner.os }}-nuget- + ${{ runner.os }}-nuget-${{ hashFiles('**/*.*proj') }} - name: 🔄 Restore NuGet Packages run: dotnet restore src