Skip to content

Commit 13dcf78

Browse files
committed
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> [Cherry-picked 373bc53][modified]
1 parent edc59a8 commit 13dcf78

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

.github/workflows/ci.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
7676
7777
- name: Checkout cleanup script
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979

8080
- name: Cleanup
8181
run: .github/workflows/cleanup.sh
8282

8383
- name: Git Checkout
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585

8686
- name: Add SBT proxy repositories
8787
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -128,13 +128,13 @@ jobs:
128128
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
129129
130130
- name: Checkout cleanup script
131-
uses: actions/checkout@v3
131+
uses: actions/checkout@v4
132132

133133
- name: Cleanup
134134
run: .github/workflows/cleanup.sh
135135

136136
- name: Git Checkout
137-
uses: actions/checkout@v3
137+
uses: actions/checkout@v4
138138

139139
- name: Add SBT proxy repositories
140140
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -171,7 +171,7 @@ jobs:
171171
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
172172
173173
- name: Git Checkout
174-
uses: actions/checkout@v3
174+
uses: actions/checkout@v4
175175

176176
- name: Test
177177
run: sbt ";scala3-bootstrapped/compile"
@@ -215,7 +215,7 @@ jobs:
215215
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
216216
217217
- name: Git Checkout
218-
uses: actions/checkout@v3
218+
uses: actions/checkout@v4
219219

220220
- name: Test
221221
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -254,13 +254,13 @@ jobs:
254254
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
255255
256256
- name: Checkout cleanup script
257-
uses: actions/checkout@v3
257+
uses: actions/checkout@v4
258258

259259
- name: Cleanup
260260
run: .github/workflows/cleanup.sh
261261

262262
- name: Git Checkout
263-
uses: actions/checkout@v3
263+
uses: actions/checkout@v4
264264

265265
- name: Add SBT proxy repositories
266266
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -299,13 +299,13 @@ jobs:
299299
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
300300
301301
- name: Checkout cleanup script
302-
uses: actions/checkout@v3
302+
uses: actions/checkout@v4
303303

304304
- name: Cleanup
305305
run: .github/workflows/cleanup.sh
306306

307307
- name: Git Checkout
308-
uses: actions/checkout@v3
308+
uses: actions/checkout@v4
309309

310310
- name: Add SBT proxy repositories
311311
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -351,13 +351,13 @@ jobs:
351351
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
352352
353353
- name: Checkout cleanup script
354-
uses: actions/checkout@v3
354+
uses: actions/checkout@v4
355355

356356
- name: Cleanup
357357
run: .github/workflows/cleanup.sh
358358

359359
- name: Git Checkout
360-
uses: actions/checkout@v3
360+
uses: actions/checkout@v4
361361

362362
- name: Add SBT proxy repositories
363363
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -403,13 +403,13 @@ jobs:
403403
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
404404
405405
- name: Checkout cleanup script
406-
uses: actions/checkout@v3
406+
uses: actions/checkout@v4
407407

408408
- name: Cleanup
409409
run: .github/workflows/cleanup.sh
410410

411411
- name: Git Checkout
412-
uses: actions/checkout@v3
412+
uses: actions/checkout@v4
413413

414414
- name: Add SBT proxy repositories
415415
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -453,13 +453,13 @@ jobs:
453453
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
454454
455455
- name: Checkout cleanup script
456-
uses: actions/checkout@v3
456+
uses: actions/checkout@v4
457457

458458
- name: Cleanup
459459
run: .github/workflows/cleanup.sh
460460

461461
- name: Git Checkout
462-
uses: actions/checkout@v3
462+
uses: actions/checkout@v4
463463

464464
- name: Add SBT proxy repositories
465465
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -502,13 +502,13 @@ jobs:
502502
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
503503
504504
- name: Checkout cleanup script
505-
uses: actions/checkout@v3
505+
uses: actions/checkout@v4
506506

507507
- name: Cleanup
508508
run: .github/workflows/cleanup.sh
509509

510510
- name: Git Checkout
511-
uses: actions/checkout@v3
511+
uses: actions/checkout@v4
512512

513513
- name: Add SBT proxy repositories
514514
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -548,13 +548,13 @@ jobs:
548548
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
549549
550550
- name: Checkout cleanup script
551-
uses: actions/checkout@v3
551+
uses: actions/checkout@v4
552552

553553
- name: Cleanup
554554
run: .github/workflows/cleanup.sh
555555

556556
- name: Git Checkout
557-
uses: actions/checkout@v3
557+
uses: actions/checkout@v4
558558

559559
- name: Add SBT proxy repositories
560560
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -604,13 +604,13 @@ jobs:
604604
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
605605
606606
- name: Checkout cleanup script
607-
uses: actions/checkout@v3
607+
uses: actions/checkout@v4
608608

609609
- name: Cleanup
610610
run: .github/workflows/cleanup.sh
611611

612612
- name: Git Checkout
613-
uses: actions/checkout@v3
613+
uses: actions/checkout@v4
614614

615615
- name: Add SBT proxy repositories
616616
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -657,13 +657,13 @@ jobs:
657657
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
658658
659659
- name: Checkout cleanup script
660-
uses: actions/checkout@v3
660+
uses: actions/checkout@v4
661661

662662
- name: Cleanup
663663
run: .github/workflows/cleanup.sh
664664

665665
- name: Git Checkout
666-
uses: actions/checkout@v3
666+
uses: actions/checkout@v4
667667

668668
- name: Add SBT proxy repositories
669669
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -730,7 +730,7 @@ jobs:
730730
if: "failure() && github.event_name == 'schedule'"
731731
steps:
732732
- name: Checkout issue template
733-
uses: actions/checkout@v3
733+
uses: actions/checkout@v4
734734

735735
- name: Open an issue
736736
uses: JasonEtco/create-an-issue@v2

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- run: ./project/scripts/check-cla.sh
2020
if: github.event_name == 'pull_request'
2121
env:

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
name: Update Dependency Graph
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: scalacenter/sbt-dependency-submission@v2

.github/workflows/language-reference.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2525

2626
- name: Git Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
path: 'dotty'
3030
fetch-depth: 0
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Push changes to scala3-reference-docs
4848
if: github.event_name == 'push'
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
repository: lampepfl/scala3-reference-docs
5252
fetch-depth: 0
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
- uses: repo-sync/pull-request@v2
7979
with:
8080
destination_branch: main

.github/workflows/releases.yml

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

2828
- name: Git Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Publish to SDKMAN
3232
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
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Git Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Set up JDK 17
3333
uses: actions/setup-java@v3
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Git Checkout
93-
uses: actions/checkout@v3
93+
uses: actions/checkout@v4
9494

9595
- name: Set up JDK 17
9696
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)