Skip to content

Commit 791678d

Browse files
committed
Update actions/setup-java to v3
1 parent 925dcce commit 791678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo $BUILD_VERSION
3737
echo "BUILD_VERSION=$BUILD_VERSION" >> $GITHUB_ENV
3838
- name: Set up JDK 1.8
39-
uses: actions/setup-java@v2
39+
uses: actions/setup-java@v3
4040
with:
4141
java-version: 8
4242
distribution: 'zulu'

0 commit comments

Comments
 (0)