From 45370edecfb1e5a3ee14cfe54e9650d9db65b1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:04:07 +0000 Subject: [PATCH] Bump subosito/flutter-action from 1.4.0 to 2.2.1 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1.4.0 to 2.2.1. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v1.4.0...v2.2.1) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad3ddf6..5d4cef3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: - name: Clone repository uses: actions/checkout@v2.3.4 - name: Set up Flutter - uses: subosito/flutter-action@v1.4.0 + uses: subosito/flutter-action@v2.2.1 with: flutter-version: '1.17.5' - name: Install dependencies