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@v4.0.2
55+ uses : actions/cache@v4.2.3
5656 with :
5757 path : ~/.nuget/packages
5858 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -105,7 +105,7 @@ jobs:
105105 dotnet-version : " 8.0.x"
106106
107107 - name : Enable NuGet cache
108- uses : actions/cache@v4.0.2
108+ uses : actions/cache@v4.2.3
109109 with :
110110 path : ~/.nuget/packages
111111 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -198,7 +198,7 @@ jobs:
198198 dotnet-version : " 8.0.x"
199199
200200 - name : Enable NuGet cache
201- uses : actions/cache@v4.0.2
201+ uses : actions/cache@v4.2.3
202202 with :
203203 path : ~/.nuget/packages
204204 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments