diff --git a/.github/workflows/build-gui.yml b/.github/workflows/build-gui.yml index 83eab13..e30059a 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -23,7 +23,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -70,7 +70,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -113,7 +113,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Setup Node.js diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index c1723e4..9225923 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -21,7 +21,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -59,7 +59,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -96,7 +96,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8de1c04..e9ce800 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -80,7 +80,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Install Dependencies @@ -136,7 +136,7 @@ jobs: uses: flutter-actions/setup-flutter@v3 with: channel: 'stable' - version: 3.22.3 + version: 3.24.0 cache-sdk: true - name: Setup Node.js