diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index a27ee3b4..473b0d4e 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -104,7 +104,7 @@ jobs: run: export MAESTRO_VERSION=1.40.0; curl -Ls "https://get.maestro.mobile.dev" | bash - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'zulu'