diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index bd186daee..df1f46096 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -88,7 +88,7 @@ jobs: # Java is needed for building the APK, see # https://github.com/marketplace/actions/flutter-action. - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: "temurin" java-version: "11"