From c91f444da0d1ed44bbd99512406dbc0e3a450010 Mon Sep 17 00:00:00 2001 From: Vasu Nageshri Date: Tue, 16 Jun 2026 16:57:07 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20Update=20Flutter=20vers?= =?UTF-8?q?ion=20to=203.41.0=20in=20workflow=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/web-example-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/web-example-release.yaml b/.github/workflows/web-example-release.yaml index 6a0e5176..fff4dc79 100644 --- a/.github/workflows/web-example-release.yaml +++ b/.github/workflows/web-example-release.yaml @@ -29,11 +29,11 @@ jobs: - name: Flutter action uses: subosito/flutter-action@v2.13.0 with: - flutter-version: '3.22.0' + flutter-version: '3.41.0' cache: true - cache-key: 'flutter-macos-stable-3.22.0-apple' - cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.22.0-apple' - pub-cache-key: 'flutter-pub-macos-stable-3.22.0-apple' + cache-key: 'flutter-macos-stable-3.41.0-apple' + cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.41.0-apple' + pub-cache-key: 'flutter-pub-macos-stable-3.41.0-apple' - name: Setup Pages uses: actions/configure-pages@v5 - name: Project Clean Up