42
42
nuGetVersionV2 : ${{ steps.gitversion.outputs.nuGetVersionV2 }}
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
with :
47
47
fetch-depth : 0
48
48
82
82
83
83
steps :
84
84
- name : Checkout repository
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v4
86
86
with :
87
87
fetch-depth : 0
88
88
91
91
dotnet-version : " 8.0.x"
92
92
93
93
- name : Enable NuGet cache
94
-
94
+
95
95
with :
96
96
path : ~/.nuget/packages
97
97
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
steps :
125
125
- name : Checkout repository
126
- uses : actions/checkout@v3
126
+ uses : actions/checkout@v4
127
127
with :
128
128
fetch-depth : 0
129
129
@@ -135,13 +135,13 @@ jobs:
135
135
run : echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
136
136
137
137
- name : Install License Finder tool with Homebrew
138
- uses : tecoli-com/actions-use-homebrew-tools@v1.1
138
+ uses : tecoli-com/actions-use-homebrew-tools@v1.2
139
139
with :
140
140
tools : licensefinder
141
141
cache : yes
142
142
143
143
- name : Enable NuGet cache
144
-
144
+
145
145
with :
146
146
path : ~/.nuget/packages
147
147
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -194,14 +194,14 @@ jobs:
194
194
dotnet-version : " 8.0.x"
195
195
196
196
- name : Enable NuGet cache
197
-
197
+
198
198
with :
199
199
path : ~/.nuget/packages
200
200
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
201
201
restore-keys : |
202
202
${{ runner.os }}-nuget
203
203
204
- - uses : actions/checkout@v3
204
+ - uses : actions/checkout@v4
205
205
with :
206
206
fetch-depth : 0
207
207
@@ -264,7 +264,7 @@ jobs:
264
264
DOTNET_TEST : ${{ matrix.database }}
265
265
steps :
266
266
- name : Checkout repository
267
- uses : actions/checkout@v3
267
+ uses : actions/checkout@v4
268
268
with :
269
269
fetch-depth : 0
270
270
@@ -273,7 +273,7 @@ jobs:
273
273
dotnet-version : " 8.0.x"
274
274
275
275
- name : Enable NuGet cache
276
-
276
+
277
277
with :
278
278
path : ~/.nuget/packages
279
279
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -315,7 +315,7 @@ jobs:
315
315
MAJORMINORPATCH : ${{ needs.calc-version.outputs.majorMinorPatch }}
316
316
strategy :
317
317
matrix :
318
- os : [ubuntu-latest, windows-latest ]
318
+ os : [ubuntu-latest]
319
319
fail-fast : true
320
320
321
321
outputs :
@@ -329,7 +329,7 @@ jobs:
329
329
330
330
steps :
331
331
- name : Checkout repository
332
- uses : actions/checkout@v3
332
+ uses : actions/checkout@v4
333
333
with :
334
334
fetch-depth : 0
335
335
@@ -338,7 +338,7 @@ jobs:
338
338
dotnet-version : " 8.0.x"
339
339
340
340
- name : Enable NuGet cache
341
-
341
+
342
342
with :
343
343
path : ~/.nuget/packages
344
344
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -481,7 +481,7 @@ jobs:
481
481
env :
482
482
SEMVER : ${{ needs.calc-version.outputs.semVer }}
483
483
steps :
484
- - uses : actions/checkout@v3
484
+ - uses : actions/checkout@v4
485
485
with :
486
486
fetch-depth : 0
487
487
@@ -490,15 +490,15 @@ jobs:
490
490
dotnet-version : " 8.0.x"
491
491
492
492
- name : Enable NuGet cache
493
-
493
+
494
494
with :
495
495
path : ~/.nuget/packages
496
496
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
497
497
restore-keys : |
498
498
${{ runner.os }}-nuget
499
499
500
500
- name : Setup DocFX
501
- uses : crazy-max/ghaction-chocolatey@v2
501
+ uses : crazy-max/ghaction-chocolatey@v3
502
502
with :
503
503
args : install docfx
504
504
@@ -568,7 +568,7 @@ jobs:
568
568
MAJORMINORPATCH : ${{ needs.calc-version.outputs.majorMinorPatch }}
569
569
570
570
steps :
571
- - uses : actions/checkout@v3
571
+ - uses : actions/checkout@v4
572
572
with :
573
573
fetch-depth : 0
574
574
0 commit comments