Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e87cce9

Browse files
authored
Bump setup-scala action. (#133)
1 parent 5c7102f commit e87cce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: git fetch --prune --unshallow
12-
- uses: olafurpg/setup-scala@v7
12+
- uses: olafurpg/setup-scala@v10
1313
with:
1414
java-version: adopt@1.8
1515
- run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
java: [8, 11]
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: olafurpg/setup-scala@v7
14+
- uses: olafurpg/setup-scala@v10
1515
with:
1616
java-version: adopt@1.${{matrix.java}}
1717
- uses: actions/cache@v1

0 commit comments

Comments
 (0)