update actions

This commit is contained in:
Salvatore Giordano
2020-07-20 17:30:06 +02:00
parent 89069b4bfa
commit 0bb4a866fb
+2 -2
View File
@@ -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