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 e4842d4 commit defc70cCopy full SHA for defc70c
.github/workflows/version-policy-check.yml
@@ -29,7 +29,7 @@ jobs:
29
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
30
31
- name: Set up JDK
32
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
33
with:
34
java-version: ${{ matrix.java }}
35
distribution: 'adopt'
0 commit comments