2121 operating-system : [ubuntu-22.04, windows-latest, macos-13]
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Clear toolcache
2626 shell : pwsh
2727 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
4343 operating-system : [ubuntu-latest, macos-latest]
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 - name : Clear toolcache
4848 shell : pwsh
4949 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
6565 operating-system : [ubuntu-22.04, windows-latest, macos-13]
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Clear toolcache
7070 shell : pwsh
7171 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
9393 operating-system : [ubuntu-latest, macos-latest]
9494 steps :
9595 - name : Checkout
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 - name : Clear toolcache
9898 shell : pwsh
9999 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -121,7 +121,7 @@ jobs:
121121 operating-system : [ubuntu-22.04, windows-latest, macos-13]
122122 steps :
123123 - name : Checkout
124- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
125125 - name : Clear toolcache
126126 shell : pwsh
127127 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -145,7 +145,7 @@ jobs:
145145 operating-system : [ubuntu-latest, macos-latest]
146146 steps :
147147 - name : Checkout
148- uses : actions/checkout@v4
148+ uses : actions/checkout@v5
149149 - name : Clear toolcache
150150 shell : pwsh
151151 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -169,7 +169,7 @@ jobs:
169169 operating-system : [ubuntu-22.04, windows-latest, macos-13]
170170 steps :
171171 - name : Checkout
172- uses : actions/checkout@v4
172+ uses : actions/checkout@v5
173173 - name : Clear toolcache
174174 shell : pwsh
175175 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -189,7 +189,7 @@ jobs:
189189 operating-system : [ubuntu-latest, macos-latest]
190190 steps :
191191 - name : Checkout
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v5
193193 - name : Clear toolcache
194194 shell : pwsh
195195 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -209,7 +209,7 @@ jobs:
209209 operating-system : [ubuntu-22.04, windows-latest, macos-13]
210210 steps :
211211 - name : Checkout
212- uses : actions/checkout@v4
212+ uses : actions/checkout@v5
213213 - name : Clear toolcache
214214 shell : pwsh
215215 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -232,7 +232,7 @@ jobs:
232232 operating-system : [ubuntu-latest, macos-latest]
233233 steps :
234234 - name : Checkout
235- uses : actions/checkout@v4
235+ uses : actions/checkout@v5
236236 - name : Clear toolcache
237237 shell : pwsh
238238 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -257,7 +257,7 @@ jobs:
257257 [ubuntu-latest, windows-latest, macos-13, macos-latest]
258258 steps :
259259 - name : Checkout
260- uses : actions/checkout@v4
260+ uses : actions/checkout@v5
261261 - name : Clear toolcache
262262 shell : pwsh
263263 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -278,7 +278,7 @@ jobs:
278278 operating-system : [ubuntu-22.04, windows-latest, macos-13]
279279 steps :
280280 - name : Checkout
281- uses : actions/checkout@v4
281+ uses : actions/checkout@v5
282282 - name : Clear toolcache
283283 shell : pwsh
284284 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -301,7 +301,7 @@ jobs:
301301 operating-system : [ubuntu-latest, macos-latest]
302302 steps :
303303 - name : Checkout
304- uses : actions/checkout@v4
304+ uses : actions/checkout@v5
305305 - name : Clear toolcache
306306 shell : pwsh
307307 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -325,7 +325,7 @@ jobs:
325325 operating-system : [ubuntu-22.04, windows-latest, macos-13]
326326 steps :
327327 - name : Checkout
328- uses : actions/checkout@v4
328+ uses : actions/checkout@v5
329329 - name : Clear toolcache
330330 shell : pwsh
331331 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -350,7 +350,7 @@ jobs:
350350 operating-system : [ubuntu-latest, macos-latest]
351351 steps :
352352 - name : Checkout
353- uses : actions/checkout@v4
353+ uses : actions/checkout@v5
354354 - name : Clear toolcache
355355 shell : pwsh
356356 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -376,7 +376,7 @@ jobs:
376376 operating-system : [ubuntu-22.04, windows-latest, macos-13]
377377 steps :
378378 - name : Checkout
379- uses : actions/checkout@v4
379+ uses : actions/checkout@v5
380380 - name : Clear toolcache
381381 shell : pwsh
382382 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -401,7 +401,7 @@ jobs:
401401 operating-system : [ubuntu-latest, macos-latest]
402402 steps :
403403 - name : Checkout
404- uses : actions/checkout@v4
404+ uses : actions/checkout@v5
405405 - name : Clear toolcache
406406 shell : pwsh
407407 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -426,7 +426,7 @@ jobs:
426426 operating-system : [ubuntu-22.04, windows-latest, macos-13]
427427 steps :
428428 - name : Checkout
429- uses : actions/checkout@v4
429+ uses : actions/checkout@v5
430430 - name : Clear toolcache
431431 shell : pwsh
432432 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -451,7 +451,7 @@ jobs:
451451 operating-system : [ubuntu-latest, macos-latest]
452452 steps :
453453 - name : Checkout
454- uses : actions/checkout@v4
454+ uses : actions/checkout@v5
455455 - name : Clear toolcache
456456 shell : pwsh
457457 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -477,7 +477,7 @@ jobs:
477477 [ubuntu-latest, windows-latest, macos-13, macos-latest]
478478 steps :
479479 - name : Checkout
480- uses : actions/checkout@v4
480+ uses : actions/checkout@v5
481481 - name : Clear toolcache
482482 shell : pwsh
483483 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -501,7 +501,7 @@ jobs:
501501 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
502502 steps :
503503 - name : Checkout
504- uses : actions/checkout@v4
504+ uses : actions/checkout@v5
505505 - name : Clear toolcache
506506 shell : pwsh
507507 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -532,7 +532,7 @@ jobs:
532532 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
533533 steps :
534534 - name : Checkout
535- uses : actions/checkout@v4
535+ uses : actions/checkout@v5
536536 - name : Clear toolcache
537537 shell : pwsh
538538 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -563,7 +563,7 @@ jobs:
563563 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
564564 steps :
565565 - name : Checkout
566- uses : actions/checkout@v4
566+ uses : actions/checkout@v5
567567 - name : Clear toolcache
568568 shell : pwsh
569569 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -592,7 +592,7 @@ jobs:
592592 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
593593 steps :
594594 - name : Checkout
595- uses : actions/checkout@v4
595+ uses : actions/checkout@v5
596596 - name : Clear toolcache
597597 shell : pwsh
598598 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -620,7 +620,7 @@ jobs:
620620 [ubuntu-latest, windows-latest, macos-13, macos-latest]
621621 steps :
622622 - name : Checkout
623- uses : actions/checkout@v4
623+ uses : actions/checkout@v5
624624 - name : Clear toolcache
625625 shell : pwsh
626626 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -647,7 +647,7 @@ jobs:
647647 [ubuntu-latest, windows-latest, macos-13, macos-latest]
648648 steps :
649649 - name : Checkout
650- uses : actions/checkout@v4
650+ uses : actions/checkout@v5
651651 - name : Clear toolcache
652652 shell : pwsh
653653 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -682,7 +682,7 @@ jobs:
682682 http_proxy : http://squid-proxy:3128
683683 steps :
684684 - name : Checkout
685- uses : actions/checkout@v4
685+ uses : actions/checkout@v5
686686 - name : Install Powershell
687687 run : |
688688 apt-get update
@@ -714,7 +714,7 @@ jobs:
714714 no_proxy : github.com,download.visualstudio.microsoft.com,api.nuget.org,builds.dotnet.microsoft.com,ci.dot.net
715715 steps :
716716 - name : Checkout
717- uses : actions/checkout@v4
717+ uses : actions/checkout@v5
718718 - name : Clear toolcache
719719 shell : pwsh
720720 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -736,7 +736,7 @@ jobs:
736736 no_proxy : github.com,download.visualstudio.microsoft.com,api.nuget.org,builds.dotnet.microsoft.com,ci.dot.net
737737 steps :
738738 - name : Checkout
739- uses : actions/checkout@v4
739+ uses : actions/checkout@v5
740740 - name : Clear toolcache
741741 shell : pwsh
742742 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -761,7 +761,7 @@ jobs:
761761 higher-version : ['7.0.203']
762762 steps :
763763 - name : Checkout
764- uses : actions/checkout@v4
764+ uses : actions/checkout@v5
765765 - name : Clear toolcache
766766 shell : pwsh
767767 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -790,7 +790,7 @@ jobs:
790790 higher-version : ['9.0.301']
791791 steps :
792792 - name : Checkout
793- uses : actions/checkout@v4
793+ uses : actions/checkout@v5
794794 - name : Clear toolcache
795795 shell : pwsh
796796 run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
0 commit comments