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: |
+3 -3
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: Install firebase-tools
@@ -48,7 +48,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: |
@@ -78,7 +78,7 @@ jobs:
git config --global user.email "$(git log --format='%ae' HEAD^!)"
git config --global user.name "$(git log --format='%an' HEAD^!)"
git fetch origin gh-pages:gh-pages
- uses: subosito/flutter-action@v1.4.0
- uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
- run: flutter pub get