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 5555 tools : licensefinder
5656
5757 - name : Enable NuGet cache
58- uses : actions/cache@v3.0.8
58+ uses : actions/cache@v3.0.11
5959 with :
6060 path : ~/.nuget/packages
6161 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -101,7 +101,7 @@ jobs:
101101 dotnet-version : " 6.0.x"
102102
103103 - name : Enable NuGet cache
104- uses : actions/cache@v3.0.8
104+ uses : actions/cache@v3.0.11
105105 with :
106106 path : ~/.nuget/packages
107107 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -186,7 +186,7 @@ jobs:
186186 dotnet-version : " 6.0.x"
187187
188188 - name : Enable NuGet cache
189- uses : actions/cache@v3.0.8
189+ uses : actions/cache@v3.0.11
190190 with :
191191 path : ~/.nuget/packages
192192 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments