diff --git a/.github/workflows/celest.yaml b/.github/workflows/celest.yaml index ba0283cb..1130d0f4 100644 --- a/.github/workflows/celest.yaml +++ b/.github/workflows/celest.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: channel: stable cache: true diff --git a/.github/workflows/celest_auth.yaml b/.github/workflows/celest_auth.yaml index 06415e05..4e87e18d 100644 --- a/.github/workflows/celest_auth.yaml +++ b/.github/workflows/celest_auth.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: channel: stable cache: true diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index d4c57984..1e21713a 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages @@ -39,7 +39,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages @@ -75,7 +75,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages (Example) @@ -102,7 +102,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Install Build Dependencies @@ -136,7 +136,7 @@ jobs: # - name: Git Checkout # uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 # - name: Setup Flutter - # uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + # uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 # with: # cache: true # - name: Get Packages @@ -159,7 +159,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages