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.3.0
46+ uses : actions/cache@v3.3.2
4747 with :
4848 path : ~/.nuget/packages
4949 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
9595 tools : licensefinder
9696
9797 - name : Enable NuGet cache
98- uses : actions/cache@v3.3.0
98+ uses : actions/cache@v3.3.2
9999 with :
100100 path : ~/.nuget/packages
101101 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -133,7 +133,7 @@ jobs:
133133 dotnet-version : " 6.0.x"
134134
135135 - name : Enable NuGet cache
136- uses : actions/cache@v3.3.0
136+ uses : actions/cache@v3.3.2
137137 with :
138138 path : ~/.nuget/packages
139139 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -226,7 +226,7 @@ jobs:
226226 dotnet-version : " 6.0.x"
227227
228228 - name : Enable NuGet cache
229- uses : actions/cache@v3.3.0
229+ uses : actions/cache@v3.3.2
230230 with :
231231 path : ~/.nuget/packages
232232 key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments