From af2bf8ab90395a18f1f4c39494bf168821c8a3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:27:26 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action from 2.12.0 to 2.16.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.16.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.12.0...v2.16.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_all.yml | 2 +- .github/workflows/dart_kiwi_example.yml | 2 +- .github/workflows/flutter_kiwi_example.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index c9ef691..b899fcc 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -14,7 +14,7 @@ jobs: version: [ stable ] steps: - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.16.0 with: channel: ${{ matrix.version }} - name: Build & format for flutter_kiwi example diff --git a/.github/workflows/dart_kiwi_example.yml b/.github/workflows/dart_kiwi_example.yml index 037bf15..60591e4 100644 --- a/.github/workflows/dart_kiwi_example.yml +++ b/.github/workflows/dart_kiwi_example.yml @@ -14,7 +14,7 @@ jobs: working-directory: examples/dart_kiwi steps: - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.16.0 with: channel: 'stable' - run: flutter packages get diff --git a/.github/workflows/flutter_kiwi_example.yml b/.github/workflows/flutter_kiwi_example.yml index 1edaa7e..ccab725 100644 --- a/.github/workflows/flutter_kiwi_example.yml +++ b/.github/workflows/flutter_kiwi_example.yml @@ -14,7 +14,7 @@ jobs: working-directory: examples/flutter_kiwi steps: - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.16.0 with: channel: 'stable' - run: flutter packages get