diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index faed785..197dcf3 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -185,7 +185,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -235,7 +235,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -304,7 +304,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -382,7 +382,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "master" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -446,7 +446,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -525,7 +525,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -564,7 +564,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b097d5a..e642393 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.29.3" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"