@@ -71,13 +71,13 @@ jobs:
7171 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
7272
7373 - name : Checkout cleanup script
74- uses : actions/checkout@v3
74+ uses : actions/checkout@v4
7575
7676 - name : Cleanup
7777 run : .github/workflows/cleanup.sh
7878
7979 - name : Git Checkout
80- uses : actions/checkout@v3
80+ uses : actions/checkout@v4
8181
8282 - name : Add SBT proxy repositories
8383 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -122,13 +122,13 @@ jobs:
122122 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
123123
124124 - name : Checkout cleanup script
125- uses : actions/checkout@v3
125+ uses : actions/checkout@v4
126126
127127 - name : Cleanup
128128 run : .github/workflows/cleanup.sh
129129
130130 - name : Git Checkout
131- uses : actions/checkout@v3
131+ uses : actions/checkout@v4
132132
133133 - name : Add SBT proxy repositories
134134 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -207,7 +207,7 @@ jobs:
207207 shell : cmd
208208
209209 - name : Git Checkout
210- uses : actions/checkout@v3
210+ uses : actions/checkout@v4
211211
212212 - name : Test
213213 run : sbt ";scala3-bootstrapped/compile"
@@ -249,7 +249,7 @@ jobs:
249249 shell : cmd
250250
251251 - name : Git Checkout
252- uses : actions/checkout@v3
252+ uses : actions/checkout@v4
253253
254254 - name : Test
255255 run : sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -286,13 +286,13 @@ jobs:
286286 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
287287
288288 - name : Checkout cleanup script
289- uses : actions/checkout@v3
289+ uses : actions/checkout@v4
290290
291291 - name : Cleanup
292292 run : .github/workflows/cleanup.sh
293293
294294 - name : Git Checkout
295- uses : actions/checkout@v3
295+ uses : actions/checkout@v4
296296
297297 - name : Add SBT proxy repositories
298298 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -334,13 +334,13 @@ jobs:
334334 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
335335
336336 - name : Checkout cleanup script
337- uses : actions/checkout@v3
337+ uses : actions/checkout@v4
338338
339339 - name : Cleanup
340340 run : .github/workflows/cleanup.sh
341341
342342 - name : Git Checkout
343- uses : actions/checkout@v3
343+ uses : actions/checkout@v4
344344
345345 - name : Add SBT proxy repositories
346346 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -383,13 +383,13 @@ jobs:
383383 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
384384
385385 - name : Checkout cleanup script
386- uses : actions/checkout@v3
386+ uses : actions/checkout@v4
387387
388388 - name : Cleanup
389389 run : .github/workflows/cleanup.sh
390390
391391 - name : Git Checkout
392- uses : actions/checkout@v3
392+ uses : actions/checkout@v4
393393
394394 - name : Add SBT proxy repositories
395395 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -432,13 +432,13 @@ jobs:
432432 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
433433
434434 - name : Checkout cleanup script
435- uses : actions/checkout@v3
435+ uses : actions/checkout@v4
436436
437437 - name : Cleanup
438438 run : .github/workflows/cleanup.sh
439439
440440 - name : Git Checkout
441- uses : actions/checkout@v3
441+ uses : actions/checkout@v4
442442
443443 - name : Add SBT proxy repositories
444444 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -479,13 +479,13 @@ jobs:
479479 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
480480
481481 - name : Checkout cleanup script
482- uses : actions/checkout@v3
482+ uses : actions/checkout@v4
483483
484484 - name : Cleanup
485485 run : .github/workflows/cleanup.sh
486486
487487 - name : Git Checkout
488- uses : actions/checkout@v3
488+ uses : actions/checkout@v4
489489
490490 - name : Add SBT proxy repositories
491491 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -526,13 +526,13 @@ jobs:
526526 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
527527
528528 - name : Checkout cleanup script
529- uses : actions/checkout@v3
529+ uses : actions/checkout@v4
530530
531531 - name : Cleanup
532532 run : .github/workflows/cleanup.sh
533533
534534 - name : Git Checkout
535- uses : actions/checkout@v3
535+ uses : actions/checkout@v4
536536
537537 - name : Add SBT proxy repositories
538538 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -570,13 +570,13 @@ jobs:
570570 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
571571
572572 - name : Checkout cleanup script
573- uses : actions/checkout@v3
573+ uses : actions/checkout@v4
574574
575575 - name : Cleanup
576576 run : .github/workflows/cleanup.sh
577577
578578 - name : Git Checkout
579- uses : actions/checkout@v3
579+ uses : actions/checkout@v4
580580
581581 - name : Add SBT proxy repositories
582582 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -624,13 +624,13 @@ jobs:
624624 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
625625
626626 - name : Checkout cleanup script
627- uses : actions/checkout@v3
627+ uses : actions/checkout@v4
628628
629629 - name : Cleanup
630630 run : .github/workflows/cleanup.sh
631631
632632 - name : Git Checkout
633- uses : actions/checkout@v3
633+ uses : actions/checkout@v4
634634
635635 - name : Add SBT proxy repositories
636636 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -674,13 +674,13 @@ jobs:
674674 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
675675
676676 - name : Checkout cleanup script
677- uses : actions/checkout@v3
677+ uses : actions/checkout@v4
678678
679679 - name : Cleanup
680680 run : .github/workflows/cleanup.sh
681681
682682 - name : Git Checkout
683- uses : actions/checkout@v3
683+ uses : actions/checkout@v4
684684
685685 - name : Add SBT proxy repositories
686686 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -747,7 +747,7 @@ jobs:
747747 if : " failure() && github.event_name == 'schedule'"
748748 steps :
749749 - name : Checkout issue template
750- uses : actions/checkout@v3
750+ uses : actions/checkout@v4
751751
752752 - name : Open an issue
753753 uses : JasonEtco/create-an-issue@v2
0 commit comments