File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 tools : licensefinder
5353
5454 - name : Enable NuGet cache
55- uses : actions/cache@v3.0.8
55+ uses : actions/cache@v3.0.10
5656 with :
5757 path : ~/.nuget/packages
5858 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
9898 dotnet-version : " 6.0.x"
9999
100100 - name : Enable NuGet cache
101- uses : actions/cache@v3.0.8
101+ uses : actions/cache@v3.0.10
102102 with :
103103 path : ~/.nuget/packages
104104 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -183,7 +183,7 @@ jobs:
183183 dotnet-version : " 6.0.x"
184184
185185 - name : Enable NuGet cache
186- uses : actions/cache@v3.0.8
186+ uses : actions/cache@v3.0.10
187187 with :
188188 path : ~/.nuget/packages
189189 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments