Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4b2ed04

Browse files
Bump olafurpg/setup-scala from 13 to 14
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 13 to 14. - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](olafurpg/setup-scala@v13...v14) --- updated-dependencies: - dependency-name: olafurpg/setup-scala dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 623a418 commit 4b2ed04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3.3.0
16-
- uses: olafurpg/setup-scala@v13
16+
- uses: olafurpg/setup-scala@v14
1717
with:
1818
java-version: adopt@1.11
1919
- uses: coursier/cache-action@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3.3.0
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v13
13+
- uses: olafurpg/setup-scala@v14
1414
- run: sbt test ci-release
1515
env:
1616
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)