File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 dotnet-version : " 6.0.x"
5555
5656 - name : Enable NuGet cache
57- uses : actions/cache@v3.0.11
57+ uses : actions/cache@v3.2.3
5858 with :
5959 path : ~/.nuget/packages
6060 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -102,7 +102,7 @@ jobs:
102102 tools : licensefinder
103103
104104 - name : Enable NuGet cache
105- uses : actions/cache@v3.0.11
105+ uses : actions/cache@v3.2.3
106106 with :
107107 path : ~/.nuget/packages
108108 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140140 dotnet-version : " 6.0.x"
141141
142142 - name : Enable NuGet cache
143- uses : actions/cache@v3.0.11
143+ uses : actions/cache@v3.2.3
144144 with :
145145 path : ~/.nuget/packages
146146 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -222,7 +222,7 @@ jobs:
222222 dotnet-version : " 6.0.x"
223223
224224 - name : Enable NuGet cache
225- uses : actions/cache@v3.0.11
225+ uses : actions/cache@v3.2.3
226226 with :
227227 path : ~/.nuget/packages
228228 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments