Skip to content

Commit 3111cb4

Browse files
fedefernandezactions-user
authored andcommitted
Update files from .github to v0.13.0 [skip ci]
1 parent 0887b8f commit 3111cb4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci.yml

+3-1
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

+3-1
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

+3-1
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:

0 commit comments

Comments
 (0)