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 e0e73bc commit 6c21bedCopy full SHA for 6c21bed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
33
34
- name: Set up JDK
35
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
36
with:
37
java-version: ${{ matrix.java }}
38
distribution: 'adopt'
.github/workflows/release-sbt.yml
@@ -25,7 +25,7 @@ jobs:
25
git config user.name github-actions
26
git config user.email [email protected]
27
28
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
29
30
distribution: "temurin"
31
java-version: "11"
0 commit comments