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 794faff commit 3bd47a2Copy full SHA for 3bd47a2
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
~/.coursier
23
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}
24
- name: Set up JDK
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: temurin
28
java-version: ${{ matrix.java }}
0 commit comments