@@ -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
@@ -165,7 +165,7 @@ jobs:
165165 shell : cmd
166166
167167 - name : Git Checkout
168- uses : actions/checkout@v3
168+ uses : actions/checkout@v4
169169
170170 - name : Test
171171 run : sbt ";scala3-bootstrapped/compile"
@@ -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 ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -244,13 +244,13 @@ jobs:
244244 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
245245
246246 - name : Checkout cleanup script
247- uses : actions/checkout@v3
247+ uses : actions/checkout@v4
248248
249249 - name : Cleanup
250250 run : .github/workflows/cleanup.sh
251251
252252 - name : Git Checkout
253- uses : actions/checkout@v3
253+ uses : actions/checkout@v4
254254
255255 - name : Add SBT proxy repositories
256256 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -292,13 +292,13 @@ jobs:
292292 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
293293
294294 - name : Checkout cleanup script
295- uses : actions/checkout@v3
295+ uses : actions/checkout@v4
296296
297297 - name : Cleanup
298298 run : .github/workflows/cleanup.sh
299299
300300 - name : Git Checkout
301- uses : actions/checkout@v3
301+ uses : actions/checkout@v4
302302
303303 - name : Add SBT proxy repositories
304304 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -341,13 +341,13 @@ jobs:
341341 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
342342
343343 - name : Checkout cleanup script
344- uses : actions/checkout@v3
344+ uses : actions/checkout@v4
345345
346346 - name : Cleanup
347347 run : .github/workflows/cleanup.sh
348348
349349 - name : Git Checkout
350- uses : actions/checkout@v3
350+ uses : actions/checkout@v4
351351
352352 - name : Add SBT proxy repositories
353353 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -390,13 +390,13 @@ jobs:
390390 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
391391
392392 - name : Checkout cleanup script
393- uses : actions/checkout@v3
393+ uses : actions/checkout@v4
394394
395395 - name : Cleanup
396396 run : .github/workflows/cleanup.sh
397397
398398 - name : Git Checkout
399- uses : actions/checkout@v3
399+ uses : actions/checkout@v4
400400
401401 - name : Add SBT proxy repositories
402402 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -437,13 +437,13 @@ jobs:
437437 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
438438
439439 - name : Checkout cleanup script
440- uses : actions/checkout@v3
440+ uses : actions/checkout@v4
441441
442442 - name : Cleanup
443443 run : .github/workflows/cleanup.sh
444444
445445 - name : Git Checkout
446- uses : actions/checkout@v3
446+ uses : actions/checkout@v4
447447
448448 - name : Add SBT proxy repositories
449449 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -484,13 +484,13 @@ jobs:
484484 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
485485
486486 - name : Checkout cleanup script
487- uses : actions/checkout@v3
487+ uses : actions/checkout@v4
488488
489489 - name : Cleanup
490490 run : .github/workflows/cleanup.sh
491491
492492 - name : Git Checkout
493- uses : actions/checkout@v3
493+ uses : actions/checkout@v4
494494
495495 - name : Add SBT proxy repositories
496496 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -528,13 +528,13 @@ jobs:
528528 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
529529
530530 - name : Checkout cleanup script
531- uses : actions/checkout@v3
531+ uses : actions/checkout@v4
532532
533533 - name : Cleanup
534534 run : .github/workflows/cleanup.sh
535535
536536 - name : Git Checkout
537- uses : actions/checkout@v3
537+ uses : actions/checkout@v4
538538
539539 - name : Add SBT proxy repositories
540540 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -582,13 +582,13 @@ jobs:
582582 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
583583
584584 - name : Checkout cleanup script
585- uses : actions/checkout@v3
585+ uses : actions/checkout@v4
586586
587587 - name : Cleanup
588588 run : .github/workflows/cleanup.sh
589589
590590 - name : Git Checkout
591- uses : actions/checkout@v3
591+ uses : actions/checkout@v4
592592
593593 - name : Add SBT proxy repositories
594594 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -632,13 +632,13 @@ jobs:
632632 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
633633
634634 - name : Checkout cleanup script
635- uses : actions/checkout@v3
635+ uses : actions/checkout@v4
636636
637637 - name : Cleanup
638638 run : .github/workflows/cleanup.sh
639639
640640 - name : Git Checkout
641- uses : actions/checkout@v3
641+ uses : actions/checkout@v4
642642
643643 - name : Add SBT proxy repositories
644644 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -705,7 +705,7 @@ jobs:
705705 if : " failure() && github.event_name == 'schedule'"
706706 steps :
707707 - name : Checkout issue template
708- uses : actions/checkout@v3
708+ uses : actions/checkout@v4
709709
710710 - name : Open an issue
711711 uses : JasonEtco/create-an-issue@v2
0 commit comments