File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
dotnet-version : " 6.0.x"
55
55
56
56
- name : Enable NuGet cache
57
- uses : actions/cache@v3.0.11
57
+ uses : actions/cache@v3.2.3
58
58
with :
59
59
path : ~/.nuget/packages
60
60
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -102,7 +102,7 @@ jobs:
102
102
tools : licensefinder
103
103
104
104
- name : Enable NuGet cache
105
- uses : actions/cache@v3.0.11
105
+ uses : actions/cache@v3.2.3
106
106
with :
107
107
path : ~/.nuget/packages
108
108
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -140,7 +140,7 @@ jobs:
140
140
dotnet-version : " 6.0.x"
141
141
142
142
- name : Enable NuGet cache
143
- uses : actions/cache@v3.0.11
143
+ uses : actions/cache@v3.2.3
144
144
with :
145
145
path : ~/.nuget/packages
146
146
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -222,7 +222,7 @@ jobs:
222
222
dotnet-version : " 6.0.x"
223
223
224
224
- name : Enable NuGet cache
225
- uses : actions/cache@v3.0.11
225
+ uses : actions/cache@v3.2.3
226
226
with :
227
227
path : ~/.nuget/packages
228
228
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments