From 90a50dde56b42a3fd0b6657b2b3505ec125203bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:47:00 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.8.0 to 2.12.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.8.0...v2.12.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/example.yml | 2 +- .github/workflows/flutter_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 0676fe3..64a76c7 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -14,7 +14,7 @@ jobs: version: [ stable ] steps: - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2.8.0 + - uses: subosito/flutter-action@v2.12.0 with: channel: ${{ matrix.version }} - name: Build & format for flutter_example diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 3c42907..bebaf09 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -14,7 +14,7 @@ jobs: working-directory: example steps: - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2.8.0 + - uses: subosito/flutter-action@v2.12.0 with: channel: 'stable' - run: flutter packages get diff --git a/.github/workflows/flutter_example.yml b/.github/workflows/flutter_example.yml index a0ca5d6..a1c4199 100644 --- a/.github/workflows/flutter_example.yml +++ b/.github/workflows/flutter_example.yml @@ -14,7 +14,7 @@ jobs: working-directory: flutter_example steps: - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2.8.0 + - uses: subosito/flutter-action@v2.12.0 with: channel: 'stable' - run: flutter packages get