Skip to content

Commit c680bb9

Browse files
dependabot[bot]j5ik2o
authored andcommitted
build(deps): bump olafurpg/setup-scala from 12 to 13
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 12 to 13. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](olafurpg/setup-scala@v12...v13) --- 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 001d647 commit c680bb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v12
34+
- uses: olafurpg/setup-scala@v13
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@v12
58+
- uses: olafurpg/setup-scala@v13
5959
with:
6060
java-version: ${{ matrix.jdk }}
6161
- uses: coursier/cache-action@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/[email protected]
1414
with:
1515
fetch-depth: 0
16-
- uses: olafurpg/setup-scala@v12
16+
- uses: olafurpg/setup-scala@v13
1717
with:
1818
java-version: "[email protected]"
1919
- 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@v12
20+
- uses: olafurpg/setup-scala@v13
2121
with:
2222
java-version: "[email protected]"
2323
- uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)