diff --git a/.github/workflows/update_goldens.yaml b/.github/workflows/update_goldens.yaml index 555a055..2820f89 100644 --- a/.github/workflows/update_goldens.yaml +++ b/.github/workflows/update_goldens.yaml @@ -2,7 +2,7 @@ name: Update Goldens on: push: branches: - - bt/update-goldens + - bt/3.16.0-update-goldens workflow_dispatch: inputs: branch: @@ -46,7 +46,7 @@ jobs: - uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.0' + flutter-version: '3.16.0' channel: 'stable' cache: true