update actions
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
path: /opt/hostedtoolcache/flutter
|
path: /opt/hostedtoolcache/flutter
|
||||||
key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }}
|
key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }}
|
||||||
- name: Flutter action
|
- name: Flutter action
|
||||||
uses: subosito/flutter-action@v1.1.1
|
uses: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.flutter_version }}
|
flutter-version: ${{ env.flutter_version }}
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1.1.1
|
- uses: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.flutter_version }}
|
flutter-version: ${{ env.flutter_version }}
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user