update fastfile to work with xcode 13
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user