Setup-Java: Update all workflows to use Setup-Java V4

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-04-25 14:15:25 -04:00
parent 2435e57601
commit 37d6de723e
14 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
# Set up the correct Java version for your project
# Please comment out, if your project does not contain Java source code.
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'