Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc7fd17

Browse files
authoredDec 2, 2021
Merge pull request #642 from scala-js/dependabot/github_actions/japgolly/setup-everything-scala-3.0
Bump japgolly/setup-everything-scala from 2.0 to 3.0
2 parents b2a546a + ef5c426 commit fc7fd17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020

2121
- name: Setup Scala
22-
uses: japgolly/setup-everything-scala@v2.0
22+
uses: japgolly/setup-everything-scala@v3.0
2323

2424
- name: Build and test
2525
run: sbt -DCI=1 "++${{ matrix.scalaversion }}" test package doc
@@ -35,6 +35,6 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2
38-
- uses: japgolly/setup-everything-scala@v2.0
38+
- uses: japgolly/setup-everything-scala@v3.0
3939
- name: Readme generation
4040
run: sbt readme/run

‎.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Setup Scala
16-
uses: japgolly/setup-everything-scala@v2.0
16+
uses: japgolly/setup-everything-scala@v3.0
1717

1818
- name: Build
1919
run: sbt readme/run

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Setup Scala
16-
uses: japgolly/setup-everything-scala@v2.0
16+
uses: japgolly/setup-everything-scala@v3.0
1717

1818
- name: Release
1919
run: sbt ci-release

0 commit comments

Comments
 (0)
Please sign in to comment.