Skip to content

Commit 75e3ecd

Browse files
committed
CI config: bump versions, add setup-sbt, adopt->temurin
1 parent a833d75 commit 75e3ecd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
fail-fast: false
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- uses: coursier/cache-action@v6
15-
- uses: actions/setup-java@v2
15+
- uses: actions/setup-java@v4
1616
with:
17-
distribution: adopt
17+
distribution: temurin
1818
java-version: 8
19+
- uses: sbt/setup-sbt@v1
1920
- name: Test
2021
run: sbt test

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-java@v2
12+
- uses: actions/setup-java@v4
1313
with:
14-
distribution: adopt
14+
distribution: temurin
1515
java-version: 8
16+
- uses: sbt/setup-sbt@v1
1617
- run: sbt ci-release
1718
env:
1819
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}

0 commit comments

Comments
 (0)