@@ -84,13 +84,13 @@ jobs:
84
84
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
85
85
86
86
- name : Checkout cleanup script
87
- uses : actions/checkout@v4
87
+ uses : actions/checkout@v5
88
88
89
89
- name : Cleanup
90
90
run : .github/workflows/cleanup.sh
91
91
92
92
- name : Git Checkout
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
95
95
- name : Add SBT proxy repositories
96
96
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -137,13 +137,13 @@ jobs:
137
137
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
138
138
139
139
- name : Checkout cleanup script
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
142
142
- name : Cleanup
143
143
run : .github/workflows/cleanup.sh
144
144
145
145
- name : Git Checkout
146
- uses : actions/checkout@v4
146
+ uses : actions/checkout@v5
147
147
148
148
- name : Add SBT proxy repositories
149
149
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -194,13 +194,13 @@ jobs:
194
194
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
195
195
196
196
- name : Checkout cleanup script
197
- uses : actions/checkout@v4
197
+ uses : actions/checkout@v5
198
198
199
199
- name : Cleanup
200
200
run : .github/workflows/cleanup.sh
201
201
202
202
- name : Git Checkout
203
- uses : actions/checkout@v4
203
+ uses : actions/checkout@v5
204
204
205
205
- name : Add SBT proxy repositories
206
206
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -233,7 +233,7 @@ jobs:
233
233
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
234
234
235
235
- name : Git Checkout
236
- uses : actions/checkout@v4
236
+ uses : actions/checkout@v5
237
237
238
238
- name : Test
239
239
run : sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler/test; scala3-language-server/test"
@@ -277,7 +277,7 @@ jobs:
277
277
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
278
278
279
279
- name : Git Checkout
280
- uses : actions/checkout@v4
280
+ uses : actions/checkout@v5
281
281
282
282
- name : build binary
283
283
run : sbt "dist-win-x86_64/Universal/stage"
@@ -323,13 +323,13 @@ jobs:
323
323
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
324
324
325
325
- name : Checkout cleanup script
326
- uses : actions/checkout@v4
326
+ uses : actions/checkout@v5
327
327
328
328
- name : Cleanup
329
329
run : .github/workflows/cleanup.sh
330
330
331
331
- name : Git Checkout
332
- uses : actions/checkout@v4
332
+ uses : actions/checkout@v5
333
333
334
334
- name : Add SBT proxy repositories
335
335
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -378,13 +378,13 @@ jobs:
378
378
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
379
379
380
380
- name : Checkout cleanup script
381
- uses : actions/checkout@v4
381
+ uses : actions/checkout@v5
382
382
383
383
- name : Cleanup
384
384
run : .github/workflows/cleanup.sh
385
385
386
386
- name : Git Checkout
387
- uses : actions/checkout@v4
387
+ uses : actions/checkout@v5
388
388
389
389
- name : Add SBT proxy repositories
390
390
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -435,13 +435,13 @@ jobs:
435
435
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
436
436
437
437
- name : Checkout cleanup script
438
- uses : actions/checkout@v4
438
+ uses : actions/checkout@v5
439
439
440
440
- name : Cleanup
441
441
run : .github/workflows/cleanup.sh
442
442
443
443
- name : Git Checkout
444
- uses : actions/checkout@v4
444
+ uses : actions/checkout@v5
445
445
446
446
- name : Add SBT proxy repositories
447
447
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -492,13 +492,13 @@ jobs:
492
492
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
493
493
494
494
- name : Checkout cleanup script
495
- uses : actions/checkout@v4
495
+ uses : actions/checkout@v5
496
496
497
497
- name : Cleanup
498
498
run : .github/workflows/cleanup.sh
499
499
500
500
- name : Git Checkout
501
- uses : actions/checkout@v4
501
+ uses : actions/checkout@v5
502
502
503
503
- name : Add SBT proxy repositories
504
504
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -545,13 +545,13 @@ jobs:
545
545
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
546
546
547
547
- name : Checkout cleanup script
548
- uses : actions/checkout@v4
548
+ uses : actions/checkout@v5
549
549
550
550
- name : Cleanup
551
551
run : .github/workflows/cleanup.sh
552
552
553
553
- name : Git Checkout
554
- uses : actions/checkout@v4
554
+ uses : actions/checkout@v5
555
555
556
556
- name : Add SBT proxy repositories
557
557
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -597,13 +597,13 @@ jobs:
597
597
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
598
598
599
599
- name : Checkout cleanup script
600
- uses : actions/checkout@v4
600
+ uses : actions/checkout@v5
601
601
602
602
- name : Cleanup
603
603
run : .github/workflows/cleanup.sh
604
604
605
605
- name : Git Checkout
606
- uses : actions/checkout@v4
606
+ uses : actions/checkout@v5
607
607
608
608
- name : Add SBT proxy repositories
609
609
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -655,13 +655,13 @@ jobs:
655
655
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
656
656
657
657
- name : Checkout cleanup script
658
- uses : actions/checkout@v4
658
+ uses : actions/checkout@v5
659
659
660
660
- name : Cleanup
661
661
run : .github/workflows/cleanup.sh
662
662
663
663
- name : Git Checkout
664
- uses : actions/checkout@v4
664
+ uses : actions/checkout@v5
665
665
with :
666
666
repository : ${{ matrix.series.repository }}
667
667
ref : ${{ matrix.series.branch }}
@@ -714,13 +714,13 @@ jobs:
714
714
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
715
715
716
716
- name : Checkout cleanup script
717
- uses : actions/checkout@v4
717
+ uses : actions/checkout@v5
718
718
719
719
- name : Cleanup
720
720
run : .github/workflows/cleanup.sh
721
721
722
722
- name : Git Checkout
723
- uses : actions/checkout@v4
723
+ uses : actions/checkout@v5
724
724
725
725
- name : Add SBT proxy repositories
726
726
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -772,13 +772,13 @@ jobs:
772
772
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
773
773
774
774
- name : Checkout cleanup script
775
- uses : actions/checkout@v4
775
+ uses : actions/checkout@v5
776
776
777
777
- name : Cleanup
778
778
run : .github/workflows/cleanup.sh
779
779
780
780
- name : Git Checkout
781
- uses : actions/checkout@v4
781
+ uses : actions/checkout@v5
782
782
783
783
- name : Add SBT proxy repositories
784
784
run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -875,7 +875,7 @@ jobs:
875
875
if : " failure() && github.event_name == 'schedule'"
876
876
steps :
877
877
- name : Checkout issue template
878
- uses : actions/checkout@v4
878
+ uses : actions/checkout@v5
879
879
880
880
- name : Open an issue
881
881
uses : JasonEtco/create-an-issue@v2
0 commit comments