Skip to content

Commit

Permalink
Update build.yml to include latest versions of actions/checkout and a…
Browse files Browse the repository at this point in the history
…ctions/cache

Signed-off-by: Ahmed Magdy <amagdy@microsoft.com>
  • Loading branch information
amgdy committed Apr 13, 2024
1 parent 4e2e930 commit 15815dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15815dc

Please sign in to comment.