diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce0171e..1937180 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0 + - uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2.22.0 with: channel: ${{ matrix.channel }} flutter-version: ${{ matrix.flutter-version }}