From d84429700e55f4e0f8028ab40d7525c09a63c41d Mon Sep 17 00:00:00 2001 From: Brandon Trautmann Date: Tue, 10 Sep 2024 13:17:32 -0400 Subject: [PATCH] update on another branch --- .github/workflows/update_goldens.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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