We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa87bb + 0cc02ce commit 5c6d83dCopy full SHA for 5c6d83d
2 files changed
.github/workflows/android-release.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/checkout@v6
63
64
- name: Setup Java
65
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
66
with:
67
distribution: "temurin"
68
java-version: ${{ env.JAVA_VERSION }}
.github/workflows/mobile-build-smoke.yml
@@ -120,7 +120,7 @@ jobs:
120
submodules: recursive
121
122
- name: Setup Java 21
123
124
125
distribution: temurin
126
java-version: 21
0 commit comments