Skip to content

Commit ed9e028

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 10c2cb5 commit ed9e028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
# repo's gradle is configured to run on java 17
1717
- name: Setup java 17 for gradle
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
distribution: ${{ env.JAVA_DISTRIBUTION }}
2121
java-version: ${{ env.JAVA_VERSION }}
@@ -52,7 +52,7 @@ jobs:
5252
echo "Emulator has finished booting"
5353
# repo's gradle is configured to run on java 17
5454
- name: Setup java 17 for gradle
55-
uses: actions/setup-java@v3
55+
uses: actions/setup-java@v4
5656
with:
5757
distribution: ${{ env.JAVA_DISTRIBUTION }}
5858
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)