Skip to content

Commit 3b310b5

Browse files
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]>
1 parent 16dd58f commit 3b310b5

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
@@ -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

.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
@@ -24,7 +24,7 @@ jobs:
2424
run: .github/workflows/cleanup.sh
2525

2626
- name: Git Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
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
@@ -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)