update fastfile to work with xcode 13

This commit is contained in:
Salvatore Giordano
2021-10-08 11:15:16 +02:00
parent 6f43f66d22
commit b695d5d029
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
run: |
cd ios
bundle install
- uses: subosito/flutter-action@v1.4.0
- uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
- name: Flutter setup
@@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1.4.0
- uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
- run: |