mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
use version; fixes #1
This commit is contained in:
parent
e15318b1da
commit
9b82c25a31
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@ This action sets up a flutter environment for use in actions. It works on Linux,
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1.0.1
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
version: '1.7.8+hotfix.4'
|
||||
- run: flutter pub get
|
||||
|
@ -29,11 +29,11 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1.0.1
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
version: '1.7.8+hotfix.4'
|
||||
- run: flutter pub get
|
||||
|
|
Loading…
Reference in a new issue