Skip to content

Commit 373bc53

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 5d142ff commit 373bc53

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

.github/workflows/ci.yaml

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

7373
- name: Checkout cleanup script
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575

7676
- name: Cleanup
7777
run: .github/workflows/cleanup.sh
7878

7979
- name: Git Checkout
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181

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

124124
- name: Checkout cleanup script
125-
uses: actions/checkout@v3
125+
uses: actions/checkout@v4
126126

127127
- name: Cleanup
128128
run: .github/workflows/cleanup.sh
129129

130130
- name: Git Checkout
131-
uses: actions/checkout@v3
131+
uses: actions/checkout@v4
132132

133133
- name: Add SBT proxy repositories
134134
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -165,7 +165,7 @@ jobs:
165165
shell: cmd
166166

167167
- name: Git Checkout
168-
uses: actions/checkout@v3
168+
uses: actions/checkout@v4
169169

170170
- name: Test
171171
run: sbt ";scala3-bootstrapped/compile"
@@ -207,7 +207,7 @@ jobs:
207207
shell: cmd
208208

209209
- name: Git Checkout
210-
uses: actions/checkout@v3
210+
uses: actions/checkout@v4
211211

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

246246
- name: Checkout cleanup script
247-
uses: actions/checkout@v3
247+
uses: actions/checkout@v4
248248

249249
- name: Cleanup
250250
run: .github/workflows/cleanup.sh
251251

252252
- name: Git Checkout
253-
uses: actions/checkout@v3
253+
uses: actions/checkout@v4
254254

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

294294
- name: Checkout cleanup script
295-
uses: actions/checkout@v3
295+
uses: actions/checkout@v4
296296

297297
- name: Cleanup
298298
run: .github/workflows/cleanup.sh
299299

300300
- name: Git Checkout
301-
uses: actions/checkout@v3
301+
uses: actions/checkout@v4
302302

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

343343
- name: Checkout cleanup script
344-
uses: actions/checkout@v3
344+
uses: actions/checkout@v4
345345

346346
- name: Cleanup
347347
run: .github/workflows/cleanup.sh
348348

349349
- name: Git Checkout
350-
uses: actions/checkout@v3
350+
uses: actions/checkout@v4
351351

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

392392
- name: Checkout cleanup script
393-
uses: actions/checkout@v3
393+
uses: actions/checkout@v4
394394

395395
- name: Cleanup
396396
run: .github/workflows/cleanup.sh
397397

398398
- name: Git Checkout
399-
uses: actions/checkout@v3
399+
uses: actions/checkout@v4
400400

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

439439
- name: Checkout cleanup script
440-
uses: actions/checkout@v3
440+
uses: actions/checkout@v4
441441

442442
- name: Cleanup
443443
run: .github/workflows/cleanup.sh
444444

445445
- name: Git Checkout
446-
uses: actions/checkout@v3
446+
uses: actions/checkout@v4
447447

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

486486
- name: Checkout cleanup script
487-
uses: actions/checkout@v3
487+
uses: actions/checkout@v4
488488

489489
- name: Cleanup
490490
run: .github/workflows/cleanup.sh
491491

492492
- name: Git Checkout
493-
uses: actions/checkout@v3
493+
uses: actions/checkout@v4
494494

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

530530
- name: Checkout cleanup script
531-
uses: actions/checkout@v3
531+
uses: actions/checkout@v4
532532

533533
- name: Cleanup
534534
run: .github/workflows/cleanup.sh
535535

536536
- name: Git Checkout
537-
uses: actions/checkout@v3
537+
uses: actions/checkout@v4
538538

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

584584
- name: Checkout cleanup script
585-
uses: actions/checkout@v3
585+
uses: actions/checkout@v4
586586

587587
- name: Cleanup
588588
run: .github/workflows/cleanup.sh
589589

590590
- name: Git Checkout
591-
uses: actions/checkout@v3
591+
uses: actions/checkout@v4
592592

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

634634
- name: Checkout cleanup script
635-
uses: actions/checkout@v3
635+
uses: actions/checkout@v4
636636

637637
- name: Cleanup
638638
run: .github/workflows/cleanup.sh
639639

640640
- name: Git Checkout
641-
uses: actions/checkout@v3
641+
uses: actions/checkout@v4
642642

643643
- name: Add SBT proxy repositories
644644
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -705,7 +705,7 @@ jobs:
705705
if: "failure() && github.event_name == 'schedule'"
706706
steps:
707707
- name: Checkout issue template
708-
uses: actions/checkout@v3
708+
uses: actions/checkout@v4
709709

710710
- name: Open an issue
711711
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/lts-backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- uses: coursier/cache-action@v6

.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
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Git Checkout
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979

8080
- name: Set up JDK 17
8181
uses: actions/setup-java@v3

.github/workflows/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: ./docs/_spec
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
# Keep in sync with ./docs/_spec/Dockerfile
2727
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)