Update cache action to v3 (#1507)

This commit is contained in:
Bishal Prasad
2022-03-28 09:47:44 +05:30
committed by GitHub
parent e59567a947
commit 3be3c5deec
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Set up dependency caching for faster builds
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}