Skip to content

Commit

Permalink
Edited versions for the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannKavlekar committed Nov 28, 2023
1 parent 5a38766 commit 14a016c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:

# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
- uses: actions/checkout@v4.1.1
- uses: actions/setup-java@v3.13.0
with:
java-version: '12.x'

# Setup the flutter environment.
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2.12.0
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
# flutter-version: '1.12.x' # you can also specify exact version of flutter
Expand Down

0 comments on commit 14a016c

Please sign in to comment.