use flutter-action@v3 in all actions

This commit is contained in:
Adam Velebil 2022-04-27 14:36:32 +02:00
parent 8e990b7ac2
commit 72ba5f51e0
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ jobs:
working-directory: ./kit working-directory: ./kit
- name: Install Flutter - name: Install Flutter
uses: subosito/flutter-action@v1 uses: subosito/flutter-action@v3
with: with:
channel: 'beta' channel: 'beta'
- run: | - run: |

View File

@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v3
with: with:
channel: 'beta' channel: 'beta'
- run: flutter config --enable-linux-desktop - run: flutter config --enable-linux-desktop

View File

@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
- uses: subosito/flutter-action@main - uses: subosito/flutter-action@v3
with: with:
channel: 'beta' channel: 'beta'
architecture: 'x64' architecture: 'x64'

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v3
with: with:
channel: 'beta' channel: 'beta'

View File

@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v3
with: with:
channel: 'beta' channel: 'beta'
- run: flutter config --enable-windows-desktop - run: flutter config --enable-windows-desktop