Skip to content

Commit cbd4f3a

Browse files
committed
CI config: bump action versions, adopt->temurin
1 parent a833d75 commit cbd4f3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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
1919
- name: Test
2020
run: sbt test

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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
1616
- run: sbt ci-release
1717
env:

0 commit comments

Comments
 (0)