- Replace subosito/flutter-action@v2 with direct Flutter SDK download (Google CDN, platform-aware: linux-x64 / darwin-x64) - Replace actions/setup-java@v4 with direct Temurin JDK 17 download - Replace actions/setup-python@v5 with system Python3 - Change lint and test jobs from ubuntu-latest to [self-hosted, linux] The previous GitHub-hosted actions query GitHub internal APIs that are unavailable on self-hosted Gitea Actions runners.