Skip to content

Commit e953479

Browse files
committed
fix: remove useless variable. Push version of actions-setup-java to v5
1 parent 89bff52 commit e953479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626

2727
env:
2828
BUILD_TOOLS_VERSION: "34.0.0"
29-
ANDROID_API_LEVEL: 34
3029

3130
steps:
3231
# Checkout the specific commit from matrix
@@ -37,7 +36,7 @@ jobs:
3736

3837
# Set up Java JDK required for Gradle
3938
- name: Set up JDK
40-
uses: actions/setup-java@v3
39+
uses: actions/setup-java@v5
4140
with:
4241
distribution: temurin
4342
java-version: '17'

0 commit comments

Comments
 (0)