We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925dcce commit 791678dCopy full SHA for 791678d
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
echo $BUILD_VERSION
37
echo "BUILD_VERSION=$BUILD_VERSION" >> $GITHUB_ENV
38
- name: Set up JDK 1.8
39
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
40
with:
41
java-version: 8
42
distribution: 'zulu'
0 commit comments