Bump actions/setup-java from 3 to 4 (#9005)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/android_checkstyle.yml
vendored
2
.github/workflows/android_checkstyle.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Fetch origin/development
|
||||
run: git fetch origin development
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
2
.github/workflows/generate_build.yml
vendored
2
.github/workflows/generate_build.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
echo "App Version Code: $(awk '/VERSION_CODE/ {print $4}' app/build.gradle)"
|
||||
echo "App Version Name: $(awk '/VERSION_NAME/ {print $4}' app/build.gradle | tr -d '"')"
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
Reference in New Issue
Block a user