We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c2cb5 commit ed9e028Copy full SHA for ed9e028
.github/workflows/unit-and-instrumented-tests-action.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
# repo's gradle is configured to run on java 17
17
- name: Setup java 17 for gradle
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
19
with:
20
distribution: ${{ env.JAVA_DISTRIBUTION }}
21
java-version: ${{ env.JAVA_VERSION }}
@@ -52,7 +52,7 @@ jobs:
52
echo "Emulator has finished booting"
53
54
55
56
57
58
0 commit comments