File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
tools : licensefinder
53
53
54
54
- name : Enable NuGet cache
55
- uses : actions/cache@v4.0.2
55
+ uses : actions/cache@v4.2.3
56
56
with :
57
57
path : ~/.nuget/packages
58
58
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -105,7 +105,7 @@ jobs:
105
105
dotnet-version : " 8.0.x"
106
106
107
107
- name : Enable NuGet cache
108
- uses : actions/cache@v4.0.2
108
+ uses : actions/cache@v4.2.3
109
109
with :
110
110
path : ~/.nuget/packages
111
111
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -198,7 +198,7 @@ jobs:
198
198
dotnet-version : " 8.0.x"
199
199
200
200
- name : Enable NuGet cache
201
- uses : actions/cache@v4.0.2
201
+ uses : actions/cache@v4.2.3
202
202
with :
203
203
path : ~/.nuget/packages
204
204
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments