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 4343 dotnet-version : " 6.0.x"
4444
4545 - name : Enable NuGet cache
46- uses : actions/cache@v3.2.2
46+ uses : actions/cache@v3.3.0
4747 with :
4848 path : ~/.nuget/packages
4949 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.2.2
105+ uses : actions/cache@v3.3.0
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.2.2
143+ uses : actions/cache@v3.3.0
144144 with :
145145 path : ~/.nuget/packages
146146 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -233,7 +233,7 @@ jobs:
233233 dotnet-version : " 6.0.x"
234234
235235 - name : Enable NuGet cache
236- uses : actions/cache@v3.2.2
236+ uses : actions/cache@v3.3.0
237237 with :
238238 path : ~/.nuget/packages
239239 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments