Skip to content

Commit 887c042

Browse files
dependabot[bot]j5ik2o
authored andcommitted
build(deps): bump olafurpg/setup-scala from 10 to 12
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 10 to 12. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](olafurpg/setup-scala@v10...v12) --- updated-dependencies: - dependency-name: olafurpg/setup-scala dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 590659e commit 887c042

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/[email protected]
3232
with:
3333
fetch-depth: 0
34-
- uses: olafurpg/setup-scala@v10
34+
- uses: olafurpg/setup-scala@v12
3535
with:
3636
java-version: "[email protected]"
3737
- uses: coursier/cache-action@v6
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/[email protected]
5656
with:
5757
fetch-depth: 0
58-
- uses: olafurpg/setup-scala@v10
58+
- uses: olafurpg/setup-scala@v12
5959
with:
6060
java-version: ${{ matrix.jdk }}
6161
- uses: coursier/cache-action@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
with:
2323
fetch-depth: 0
24-
- uses: olafurpg/setup-scala@v10
24+
- uses: olafurpg/setup-scala@v12
2525
with:
2626
java-version: ${{ matrix.jdk }}
2727
- uses: coursier/cache-action@v6
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/[email protected]
3939
with:
4040
fetch-depth: 0
41-
- uses: olafurpg/setup-scala@v10
41+
- uses: olafurpg/setup-scala@v12
4242
with:
4343
java-version: "[email protected]"
4444
- uses: coursier/cache-action@v6

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: ${{ github.event.workflow_run.head_branch }}
1919
fetch-depth: 0
20-
- uses: olafurpg/setup-scala@v10
20+
- uses: olafurpg/setup-scala@v12
2121
with:
2222
java-version: "[email protected]"
2323
- uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)