Skip to content

Commit 5b94704

Browse files
authored
Merge pull request #15777 from ckipp01/checkoutAction
chore(ci): update checkout action to v3
2 parents 6d25869 + c43d46d commit 5b94704

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

.github/workflows/ci.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
6060

6161
- name: Checkout cleanup script
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v3
6363

6464
- name: Cleanup
6565
run: .github/workflows/cleanup.sh
6666

6767
- name: Git Checkout
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v3
6969

7070
- name: Add SBT proxy repositories
7171
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -109,13 +109,13 @@ jobs:
109109
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
110110

111111
- name: Checkout cleanup script
112-
uses: actions/checkout@v2
112+
uses: actions/checkout@v3
113113

114114
- name: Cleanup
115115
run: .github/workflows/cleanup.sh
116116

117117
- name: Git Checkout
118-
uses: actions/checkout@v2
118+
uses: actions/checkout@v3
119119

120120
- name: Add SBT proxy repositories
121121
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -148,7 +148,7 @@ jobs:
148148
shell: cmd
149149

150150
- name: Git Checkout
151-
uses: actions/checkout@v2
151+
uses: actions/checkout@v3
152152

153153
- name: Test
154154
run: sbt ";scala3-bootstrapped/compile"
@@ -190,7 +190,7 @@ jobs:
190190
shell: cmd
191191

192192
- name: Git Checkout
193-
uses: actions/checkout@v2
193+
uses: actions/checkout@v3
194194

195195
- name: Test
196196
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -226,13 +226,13 @@ jobs:
226226
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
227227

228228
- name: Checkout cleanup script
229-
uses: actions/checkout@v2
229+
uses: actions/checkout@v3
230230

231231
- name: Cleanup
232232
run: .github/workflows/cleanup.sh
233233

234234
- name: Git Checkout
235-
uses: actions/checkout@v2
235+
uses: actions/checkout@v3
236236

237237
- name: Add SBT proxy repositories
238238
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -267,13 +267,13 @@ jobs:
267267
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
268268

269269
- name: Checkout cleanup script
270-
uses: actions/checkout@v2
270+
uses: actions/checkout@v3
271271

272272
- name: Cleanup
273273
run: .github/workflows/cleanup.sh
274274

275275
- name: Git Checkout
276-
uses: actions/checkout@v2
276+
uses: actions/checkout@v3
277277

278278
- name: Add SBT proxy repositories
279279
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -314,13 +314,13 @@ jobs:
314314
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
315315

316316
- name: Checkout cleanup script
317-
uses: actions/checkout@v2
317+
uses: actions/checkout@v3
318318

319319
- name: Cleanup
320320
run: .github/workflows/cleanup.sh
321321

322322
- name: Git Checkout
323-
uses: actions/checkout@v2
323+
uses: actions/checkout@v3
324324

325325
- name: Add SBT proxy repositories
326326
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -361,13 +361,13 @@ jobs:
361361
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
362362

363363
- name: Checkout cleanup script
364-
uses: actions/checkout@v2
364+
uses: actions/checkout@v3
365365

366366
- name: Cleanup
367367
run: .github/workflows/cleanup.sh
368368

369369
- name: Git Checkout
370-
uses: actions/checkout@v2
370+
uses: actions/checkout@v3
371371

372372
- name: Add SBT proxy repositories
373373
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -408,13 +408,13 @@ jobs:
408408
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
409409

410410
- name: Checkout cleanup script
411-
uses: actions/checkout@v2
411+
uses: actions/checkout@v3
412412

413413
- name: Cleanup
414414
run: .github/workflows/cleanup.sh
415415

416416
- name: Git Checkout
417-
uses: actions/checkout@v2
417+
uses: actions/checkout@v3
418418

419419
- name: Add SBT proxy repositories
420420
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -455,13 +455,13 @@ jobs:
455455
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
456456

457457
- name: Checkout cleanup script
458-
uses: actions/checkout@v2
458+
uses: actions/checkout@v3
459459

460460
- name: Cleanup
461461
run: .github/workflows/cleanup.sh
462462

463463
- name: Git Checkout
464-
uses: actions/checkout@v2
464+
uses: actions/checkout@v3
465465

466466
- name: Add SBT proxy repositories
467467
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -499,13 +499,13 @@ jobs:
499499
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
500500

501501
- name: Checkout cleanup script
502-
uses: actions/checkout@v2
502+
uses: actions/checkout@v3
503503

504504
- name: Cleanup
505505
run: .github/workflows/cleanup.sh
506506

507507
- name: Git Checkout
508-
uses: actions/checkout@v2
508+
uses: actions/checkout@v3
509509

510510
- name: Add SBT proxy repositories
511511
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -553,13 +553,13 @@ jobs:
553553
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
554554

555555
- name: Checkout cleanup script
556-
uses: actions/checkout@v2
556+
uses: actions/checkout@v3
557557

558558
- name: Cleanup
559559
run: .github/workflows/cleanup.sh
560560

561561
- name: Git Checkout
562-
uses: actions/checkout@v2
562+
uses: actions/checkout@v3
563563

564564
- name: Add SBT proxy repositories
565565
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -595,13 +595,13 @@ jobs:
595595
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
596596

597597
- name: Checkout cleanup script
598-
uses: actions/checkout@v2
598+
uses: actions/checkout@v3
599599

600600
- name: Cleanup
601601
run: .github/workflows/cleanup.sh
602602

603603
- name: Git Checkout
604-
uses: actions/checkout@v2
604+
uses: actions/checkout@v3
605605

606606
- name: Add SBT proxy repositories
607607
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -642,13 +642,13 @@ jobs:
642642
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
643643

644644
- name: Checkout cleanup script
645-
uses: actions/checkout@v2
645+
uses: actions/checkout@v3
646646

647647
- name: Cleanup
648648
run: .github/workflows/cleanup.sh
649649

650650
- name: Git Checkout
651-
uses: actions/checkout@v2
651+
uses: actions/checkout@v3
652652

653653
- name: Add SBT proxy repositories
654654
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -715,7 +715,7 @@ jobs:
715715
if: "failure() && github.event_name == 'schedule'"
716716
steps:
717717
- name: Checkout issue template
718-
uses: actions/checkout@v2
718+
uses: actions/checkout@v3
719719

720720
- name: Open an issue
721721
uses: JasonEtco/create-an-issue@v2

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- run: ./project/scripts/check-cla.sh
1717
if: github.event_name == 'pull_request'
1818
env:

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: .github/workflows/cleanup.sh
2525

2626
- name: Git Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Publish to SDKMAN
3030
run: .github/workflows/scripts/publish-sdkman.sh

.github/workflows/scaladoc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Git Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Cache Coursier
3030
uses: actions/cache@v1
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Git Checkout
99-
uses: actions/checkout@v2
99+
uses: actions/checkout@v3
100100

101101
- name: Set up JDK 8
102102
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)