diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 7fbff6a..8752691 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -20,11 +20,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Analyze Formatting @@ -46,11 +45,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Run tests @@ -72,11 +70,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Check for untranslated messages diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 0fbae4d..29fccf7 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -23,11 +23,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Run tests @@ -88,11 +87,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Generate oss_licenses.dart @@ -128,11 +126,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Generate localizations @@ -184,11 +181,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Sort .arb-Files @@ -246,11 +242,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Check code format @@ -311,11 +306,10 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.41.0 - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64 + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 flutter pub get - name: Build APK