mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 23:14:18 +03:00
use flutter-action@v3 in all actions
This commit is contained in:
parent
8e990b7ac2
commit
72ba5f51e0
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
working-directory: ./kit
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v1
|
||||
uses: subosito/flutter-action@v3
|
||||
with:
|
||||
channel: 'beta'
|
||||
- run: |
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
|
||||
- uses: subosito/flutter-action@v1
|
||||
- uses: subosito/flutter-action@v3
|
||||
with:
|
||||
channel: 'beta'
|
||||
- run: flutter config --enable-linux-desktop
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
|
||||
- uses: subosito/flutter-action@main
|
||||
- uses: subosito/flutter-action@v3
|
||||
with:
|
||||
channel: 'beta'
|
||||
architecture: 'x64'
|
||||
|
2
.github/workflows/scan-dependencies.yml
vendored
2
.github/workflows/scan-dependencies.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: subosito/flutter-action@v1
|
||||
- uses: subosito/flutter-action@v3
|
||||
with:
|
||||
channel: 'beta'
|
||||
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
|
||||
- uses: subosito/flutter-action@v1
|
||||
- uses: subosito/flutter-action@v3
|
||||
with:
|
||||
channel: 'beta'
|
||||
- run: flutter config --enable-windows-desktop
|
||||
|
Loading…
Reference in New Issue
Block a user