14
14
matrix :
15
15
runtime : [ osx-x64, osx-arm64 ]
16
16
steps :
17
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
18
- with :
19
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
17
+ - uses : actions/checkout@v3
20
18
21
19
- name : Set up dotnet
22
20
77
75
runtime : [ osx-x64, osx-arm64 ]
78
76
needs : osx-build
79
77
steps :
80
- - name : Check out repository
81
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
78
+ - uses : actions/checkout@v3
82
79
83
80
- name : Download payload
84
81
uses : actions/download-artifact@v3
@@ -137,10 +134,7 @@ jobs:
137
134
runtime : [ osx-x64, osx-arm64 ]
138
135
needs : osx-payload-sign
139
136
steps :
140
- - name : Check out repository
141
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
142
- with :
143
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
137
+ - uses : actions/checkout@v3
144
138
145
139
- name : Set version environment variable
146
140
run : echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
@@ -183,8 +177,7 @@ jobs:
183
177
runtime : [ osx-x64, osx-arm64 ]
184
178
needs : osx-pack
185
179
steps :
186
- - name : Check out repository
187
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
180
+ - uses : actions/checkout@v3
188
181
189
182
- name : Download unsigned package
190
183
uses : actions/download-artifact@v3
@@ -250,9 +243,7 @@ jobs:
250
243
name : Build and Sign Windows
251
244
runs-on : windows-latest
252
245
steps :
253
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
254
- with :
255
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
246
+ - uses : actions/checkout@v3
256
247
257
248
- name : Set up dotnet
258
249
@@ -353,9 +344,7 @@ jobs:
353
344
name : Build Linux
354
345
runs-on : ubuntu-latest
355
346
steps :
356
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
357
- with :
358
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
347
+ - uses : actions/checkout@v3
359
348
360
349
- name : Setup .NET
361
350
@@ -387,7 +376,7 @@ jobs:
387
376
# ESRP service requires signing to run on Windows
388
377
runs-on : windows-latest
389
378
steps :
390
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
379
+ - uses : actions/checkout@v3
391
380
392
381
- name : Download artifacts
393
382
uses : actions/download-artifact@v3
@@ -442,8 +431,6 @@ jobs:
442
431
runs-on : ubuntu-latest
443
432
steps :
444
433
- uses : actions/checkout@v3
445
- with :
446
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
447
434
448
435
- name : Setup .NET
449
436
@@ -467,8 +454,7 @@ jobs:
467
454
runs-on : windows-latest
468
455
needs : dotnet-tool-build
469
456
steps :
470
- - name : Check out repository
471
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
457
+ - uses : actions/checkout@v3
472
458
473
459
- name : Download payload
474
460
uses : actions/download-artifact@v3
@@ -531,8 +517,6 @@ jobs:
531
517
run : echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
532
518
533
519
- uses : actions/checkout@v3
534
- with :
535
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
536
520
537
521
- name : Download signed payload
538
522
uses : actions/download-artifact@v3
@@ -563,8 +547,7 @@ jobs:
563
547
runs-on : windows-latest
564
548
needs : dotnet-tool-pack
565
549
steps :
566
- - name : Check out repository
567
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
550
+ - uses : actions/checkout@v3
568
551
569
552
- name : Download unsigned package
570
553
uses : actions/download-artifact@v3
@@ -648,9 +631,7 @@ jobs:
648
631
runs-on : ${{ matrix.component.os }}
649
632
needs : [ osx-sign, win-sign, linux-sign, dotnet-tool-sign ]
650
633
steps :
651
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
652
- with :
653
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
634
+ - uses : actions/checkout@v3
654
635
655
636
- name : Download artifacts
656
637
uses : actions/download-artifact@v3
@@ -711,10 +692,7 @@ jobs:
711
692
runs-on : ubuntu-latest
712
693
needs : [ validate ]
713
694
steps :
714
- - name : Check out repository
715
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
716
- with :
717
- fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
695
+ - uses : actions/checkout@v3
718
696
719
697
- name : Set version environment variable
720
698
run : |
0 commit comments