Skip to content

Commit 40cf6d1

Browse files
juanpedromorenoactions-user
authored andcommitted
Update files from .github to v0.13.1 [skip ci]
1 parent 2189676 commit 40cf6d1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
if: github.event_name == 'push'
2525
uses: actions/checkout@v2
2626
- name: Setup Scala
27-
uses: olafurpg/setup-scala@v10
27+
uses: olafurpg/setup-scala@v11
28+
with:
29+
java-version: [email protected]
2830
- name: Setup Ruby
2931
uses: ruby/setup-ruby@v1
3032
with:

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- name: Fetch tags
2424
run: git fetch --tags
2525
- name: Setup Scala
26-
uses: olafurpg/setup-scala@v10
26+
uses: olafurpg/setup-scala@v11
27+
with:
28+
java-version: [email protected]
2729
- name: Setup Ruby
2830
uses: ruby/setup-ruby@v1
2931
with:

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Fetch tags
2323
run: git fetch --tags
2424
- name: Setup Scala
25-
uses: olafurpg/setup-scala@v10
25+
uses: olafurpg/setup-scala@v11
26+
with:
27+
java-version: [email protected]
2628
- name: Setup Ruby
2729
uses: ruby/setup-ruby@v1
2830
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ project/plugins/project/
3535
.bloop/
3636
.metals/
3737
metals.sbt
38+
.scala-build/
3839

3940
### Vim ###
4041

0 commit comments

Comments
 (0)