Skip to content

Commit

Permalink
Replace the deprecated gradle/gradle-build-action with `gradle/acti…
Browse files Browse the repository at this point in the history
…ons/setup-gradle`
  • Loading branch information
daohoangson committed May 20, 2024
1 parent 4d42c00 commit f254ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/demo_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
with:
cache: true
- name: Gradle cache
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
- run: echo JAVA_HOME=$JAVA_HOME_17_X64 >> $GITHUB_ENV

- run: flutter build apk --debug
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
with:
cache: true
- name: Gradle cache
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
with:
# only update gradle cache from demo_app.yml jobs
cache-read-only: true
Expand Down

0 comments on commit f254ec3

Please sign in to comment.