Skip to content

Commit 41fc59c

Browse files
authored
Merge pull request #96 from target/dependabot/github_actions/olafurpg/setup-scala-13
Bump olafurpg/setup-scala from 10 to 13
2 parents 93317a9 + 1a9d4c9 commit 41fc59c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Setup Java and Scala
22-
uses: olafurpg/setup-scala@v10
22+
uses: olafurpg/setup-scala@v13
2323
with:
2424
java-version: adopt@1.8
2525

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Setup Java and Scala
21-
uses: olafurpg/setup-scala@v10
21+
uses: olafurpg/setup-scala@v13
2222
with:
2323
java-version: adopt@1.8
2424

0 commit comments

Comments
 (0)