Skip to content

Commit 7e51cf4

Browse files
authored
Merge pull request #562 from scala/backport-lts-3.3-23710
Backport "Bump actions/checkout from 4 to 5" to 3.3 LTS
2 parents cff451a + 3a156a7 commit 7e51cf4

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

.github/workflows/build-chocolatey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
runs-on: windows-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Replace the version placeholder
3232
uses: richardrigutins/replace-in-files@v2
3333
with:

.github/workflows/build-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
universal-digest : ${{ steps.universal-digest.outputs.digest }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: actions/setup-java@v4
3939
with:
4040
distribution: temurin

.github/workflows/ci.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
8585
8686
- name: Checkout cleanup script
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888

8989
- name: Cleanup
9090
run: .github/workflows/cleanup.sh
9191

9292
- name: Git Checkout
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494

9595
- name: Add SBT proxy repositories
9696
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -137,13 +137,13 @@ jobs:
137137
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
138138
139139
- name: Checkout cleanup script
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141141

142142
- name: Cleanup
143143
run: .github/workflows/cleanup.sh
144144

145145
- name: Git Checkout
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
147147

148148
- name: Add SBT proxy repositories
149149
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -180,7 +180,7 @@ jobs:
180180
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
181181
182182
- name: Git Checkout
183-
uses: actions/checkout@v4
183+
uses: actions/checkout@v5
184184

185185
- name: Test
186186
run: sbt ";scala3-bootstrapped/compile; scala3-bootstrapped/testCompilation; scala3-presentation-compiler/test; scala3-language-server/test"
@@ -224,7 +224,7 @@ jobs:
224224
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
225225
226226
- name: Git Checkout
227-
uses: actions/checkout@v4
227+
uses: actions/checkout@v5
228228

229229
- name: Test
230230
run: sbt ";dist/pack ;scala3-bootstrapped/compile ;scala3-bootstrapped/test"
@@ -266,13 +266,13 @@ jobs:
266266
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
267267
268268
- name: Checkout cleanup script
269-
uses: actions/checkout@v4
269+
uses: actions/checkout@v5
270270

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

274274
- name: Git Checkout
275-
uses: actions/checkout@v4
275+
uses: actions/checkout@v5
276276

277277
- name: Add SBT proxy repositories
278278
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -313,13 +313,13 @@ jobs:
313313
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
314314
315315
- name: Checkout cleanup script
316-
uses: actions/checkout@v4
316+
uses: actions/checkout@v5
317317

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

321321
- name: Git Checkout
322-
uses: actions/checkout@v4
322+
uses: actions/checkout@v5
323323

324324
- name: Add SBT proxy repositories
325325
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -367,13 +367,13 @@ jobs:
367367
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
368368
369369
- name: Checkout cleanup script
370-
uses: actions/checkout@v4
370+
uses: actions/checkout@v5
371371

372372
- name: Cleanup
373373
run: .github/workflows/cleanup.sh
374374

375375
- name: Git Checkout
376-
uses: actions/checkout@v4
376+
uses: actions/checkout@v5
377377

378378
- name: Add SBT proxy repositories
379379
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -421,13 +421,13 @@ jobs:
421421
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
422422
423423
- name: Checkout cleanup script
424-
uses: actions/checkout@v4
424+
uses: actions/checkout@v5
425425

426426
- name: Cleanup
427427
run: .github/workflows/cleanup.sh
428428

429429
- name: Git Checkout
430-
uses: actions/checkout@v4
430+
uses: actions/checkout@v5
431431

432432
- name: Add SBT proxy repositories
433433
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -474,13 +474,13 @@ jobs:
474474
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
475475
476476
- name: Checkout cleanup script
477-
uses: actions/checkout@v4
477+
uses: actions/checkout@v5
478478

479479
- name: Cleanup
480480
run: .github/workflows/cleanup.sh
481481

482482
- name: Git Checkout
483-
uses: actions/checkout@v4
483+
uses: actions/checkout@v5
484484

485485
- name: Add SBT proxy repositories
486486
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -523,13 +523,13 @@ jobs:
523523
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
524524
525525
- name: Checkout cleanup script
526-
uses: actions/checkout@v4
526+
uses: actions/checkout@v5
527527

528528
- name: Cleanup
529529
run: .github/workflows/cleanup.sh
530530

531531
- name: Git Checkout
532-
uses: actions/checkout@v4
532+
uses: actions/checkout@v5
533533

534534
- name: Add SBT proxy repositories
535535
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -571,13 +571,13 @@ jobs:
571571
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
572572
573573
- name: Checkout cleanup script
574-
uses: actions/checkout@v4
574+
uses: actions/checkout@v5
575575

576576
- name: Cleanup
577577
run: .github/workflows/cleanup.sh
578578

579579
- name: Git Checkout
580-
uses: actions/checkout@v4
580+
uses: actions/checkout@v5
581581

582582
- name: Add SBT proxy repositories
583583
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -635,13 +635,13 @@ jobs:
635635
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
636636
637637
- name: Checkout cleanup script
638-
uses: actions/checkout@v4
638+
uses: actions/checkout@v5
639639

640640
- name: Cleanup
641641
run: .github/workflows/cleanup.sh
642642

643643
- name: Git Checkout
644-
uses: actions/checkout@v4
644+
uses: actions/checkout@v5
645645

646646
- name: Add SBT proxy repositories
647647
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -690,13 +690,13 @@ jobs:
690690
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
691691
692692
- name: Checkout cleanup script
693-
uses: actions/checkout@v4
693+
uses: actions/checkout@v5
694694

695695
- name: Cleanup
696696
run: .github/workflows/cleanup.sh
697697

698698
- name: Git Checkout
699-
uses: actions/checkout@v4
699+
uses: actions/checkout@v5
700700

701701
- name: Add SBT proxy repositories
702702
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
@@ -759,7 +759,7 @@ jobs:
759759
if: "failure() && github.event_name == 'schedule'"
760760
steps:
761761
- name: Checkout issue template
762-
uses: actions/checkout@v4
762+
uses: actions/checkout@v5
763763

764764
- name: Open an issue
765765
uses: JasonEtco/create-an-issue@v2

.github/workflows/dependency-graph.yml

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

.github/workflows/language-reference.yaml

Lines changed: 2 additions & 2 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@v4
27+
uses: actions/checkout@v5
2828
with:
2929
path: 'dotty'
3030
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Push changes to scala3-reference-docs
4949
if: github.event_name == 'push'
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
repository: lampepfl/scala3-reference-docs
5353
fetch-depth: 0

.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@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Set up JDK 17
3333
uses: actions/setup-java@v4
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Git Checkout
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
- name: Set up JDK 17
8282
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)