diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6736a44a63..f207246bd8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -164,7 +164,7 @@ jobs: python-version: "3.14" - name: Setup Dart if: matrix.language == 'dart' - uses: dart-lang/setup-dart@v1 + uses: dart-lang/setup-dart@v1.7.2 with: sdk: "stable"