diff --git a/.github/workflows/demo_app.yml b/.github/workflows/demo_app.yml index fd32994a7..e3293b0f2 100644 --- a/.github/workflows/demo_app.yml +++ b/.github/workflows/demo_app.yml @@ -28,7 +28,7 @@ jobs: uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0 with: cache: true - - uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0 + - uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 - run: echo JAVA_HOME=$JAVA_HOME_17_X64 >> $GITHUB_ENV - run: flutter build apk --debug diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 7eaa5c8f3..1bbd9a742 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -23,7 +23,7 @@ jobs: uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0 with: cache: true - - uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0 + - uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 with: # only update gradle cache from demo_app.yml jobs cache-read-only: true