chore(repo): lock the flutter version of pipelines

This commit is contained in:
Efthymis Sarmpanis
2023-11-24 13:40:17 +02:00
parent 0ddab63129
commit ac64e223c6
@@ -3,6 +3,7 @@ name: stream_flutter_workflow
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
flutter_channel: "stable" flutter_channel: "stable"
flutter_version: "3.10.6"
on: on:
pull_request: pull_request:
@@ -36,6 +37,7 @@ jobs:
- name: "Install Flutter" - name: "Install Flutter"
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: ${{ env.flutter_version }}
cache: true cache: true
channel: ${{ env.flutter_channel }} channel: ${{ env.flutter_channel }}
- name: "Install Tools" - name: "Install Tools"
@@ -63,6 +65,7 @@ jobs:
- name: "Install Flutter" - name: "Install Flutter"
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: ${{ env.flutter_version }}
cache: true cache: true
channel: ${{ env.flutter_channel }} channel: ${{ env.flutter_channel }}
- name: "Install Tools" - name: "Install Tools"
@@ -88,6 +91,7 @@ jobs:
- name: "Install Flutter" - name: "Install Flutter"
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: ${{ env.flutter_version }}
cache: true cache: true
channel: ${{ env.flutter_channel }} channel: ${{ env.flutter_channel }}
- name: "Install Tools" - name: "Install Tools"