@@ -70,13 +70,13 @@ jobs:
7070 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
7171
7272 - name : Checkout cleanup script
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474
7575 - name : Cleanup
7676 run : .github/workflows/cleanup.sh
7777
7878 - name : Git Checkout
79- uses : actions/checkout@v3
79+ uses : actions/checkout@v4
8080
8181 - name : Add SBT proxy repositories
8282 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -121,13 +121,13 @@ jobs:
121121 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
122122
123123 - name : Checkout cleanup script
124- uses : actions/checkout@v3
124+ uses : actions/checkout@v4
125125
126126 - name : Cleanup
127127 run : .github/workflows/cleanup.sh
128128
129129 - name : Git Checkout
130- uses : actions/checkout@v3
130+ uses : actions/checkout@v4
131131
132132 - name : Add SBT proxy repositories
133133 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -161,7 +161,7 @@ jobs:
161161 shell : cmd
162162
163163 - name : Git Checkout
164- uses : actions/checkout@v3
164+ uses : actions/checkout@v4
165165
166166 - name : Test
167167 run : sbt ";scala3-bootstrapped/compile"
@@ -203,7 +203,7 @@ jobs:
203203 shell : cmd
204204
205205 - name : Git Checkout
206- uses : actions/checkout@v3
206+ uses : actions/checkout@v4
207207
208208 - name : Test
209209 run : sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -240,13 +240,13 @@ jobs:
240240 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
241241
242242 - name : Checkout cleanup script
243- uses : actions/checkout@v3
243+ uses : actions/checkout@v4
244244
245245 - name : Cleanup
246246 run : .github/workflows/cleanup.sh
247247
248248 - name : Git Checkout
249- uses : actions/checkout@v3
249+ uses : actions/checkout@v4
250250
251251 - name : Add SBT proxy repositories
252252 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -288,13 +288,13 @@ jobs:
288288 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
289289
290290 - name : Checkout cleanup script
291- uses : actions/checkout@v3
291+ uses : actions/checkout@v4
292292
293293 - name : Cleanup
294294 run : .github/workflows/cleanup.sh
295295
296296 - name : Git Checkout
297- uses : actions/checkout@v3
297+ uses : actions/checkout@v4
298298
299299 - name : Add SBT proxy repositories
300300 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -337,13 +337,13 @@ jobs:
337337 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
338338
339339 - name : Checkout cleanup script
340- uses : actions/checkout@v3
340+ uses : actions/checkout@v4
341341
342342 - name : Cleanup
343343 run : .github/workflows/cleanup.sh
344344
345345 - name : Git Checkout
346- uses : actions/checkout@v3
346+ uses : actions/checkout@v4
347347
348348 - name : Add SBT proxy repositories
349349 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -386,13 +386,13 @@ jobs:
386386 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
387387
388388 - name : Checkout cleanup script
389- uses : actions/checkout@v3
389+ uses : actions/checkout@v4
390390
391391 - name : Cleanup
392392 run : .github/workflows/cleanup.sh
393393
394394 - name : Git Checkout
395- uses : actions/checkout@v3
395+ uses : actions/checkout@v4
396396
397397 - name : Add SBT proxy repositories
398398 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -433,13 +433,13 @@ jobs:
433433 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
434434
435435 - name : Checkout cleanup script
436- uses : actions/checkout@v3
436+ uses : actions/checkout@v4
437437
438438 - name : Cleanup
439439 run : .github/workflows/cleanup.sh
440440
441441 - name : Git Checkout
442- uses : actions/checkout@v3
442+ uses : actions/checkout@v4
443443
444444 - name : Add SBT proxy repositories
445445 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -480,13 +480,13 @@ jobs:
480480 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
481481
482482 - name : Checkout cleanup script
483- uses : actions/checkout@v3
483+ uses : actions/checkout@v4
484484
485485 - name : Cleanup
486486 run : .github/workflows/cleanup.sh
487487
488488 - name : Git Checkout
489- uses : actions/checkout@v3
489+ uses : actions/checkout@v4
490490
491491 - name : Add SBT proxy repositories
492492 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -524,13 +524,13 @@ jobs:
524524 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
525525
526526 - name : Checkout cleanup script
527- uses : actions/checkout@v3
527+ uses : actions/checkout@v4
528528
529529 - name : Cleanup
530530 run : .github/workflows/cleanup.sh
531531
532532 - name : Git Checkout
533- uses : actions/checkout@v3
533+ uses : actions/checkout@v4
534534
535535 - name : Add SBT proxy repositories
536536 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -578,13 +578,13 @@ jobs:
578578 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
579579
580580 - name : Checkout cleanup script
581- uses : actions/checkout@v3
581+ uses : actions/checkout@v4
582582
583583 - name : Cleanup
584584 run : .github/workflows/cleanup.sh
585585
586586 - name : Git Checkout
587- uses : actions/checkout@v3
587+ uses : actions/checkout@v4
588588
589589 - name : Add SBT proxy repositories
590590 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -628,13 +628,13 @@ jobs:
628628 run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
629629
630630 - name : Checkout cleanup script
631- uses : actions/checkout@v3
631+ uses : actions/checkout@v4
632632
633633 - name : Cleanup
634634 run : .github/workflows/cleanup.sh
635635
636636 - name : Git Checkout
637- uses : actions/checkout@v3
637+ uses : actions/checkout@v4
638638
639639 - name : Add SBT proxy repositories
640640 run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -701,7 +701,7 @@ jobs:
701701 if : " failure() && github.event_name == 'schedule'"
702702 steps :
703703 - name : Checkout issue template
704- uses : actions/checkout@v3
704+ uses : actions/checkout@v4
705705
706706 - name : Open an issue
707707 uses : JasonEtco/create-an-issue@v2
0 commit comments