We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9a732 commit 04ead73Copy full SHA for 04ead73
.github/workflows/ci.yml
@@ -35,15 +35,15 @@ jobs:
35
36
- name: Setup Java (temurin@11)
37
if: matrix.java == 'temurin@11'
38
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
39
with:
40
distribution: temurin
41
java-version: 11
42
cache: sbt
43
44
- name: Setup Java (temurin@17)
45
if: matrix.java == 'temurin@17'
46
47
48
49
java-version: 17
0 commit comments