From f98a363d4fea18476ff83d7aeded02a86e4d49f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:19:31 +0000 Subject: [PATCH] chore: bump subosito/flutter-action from 2.16.0 to 2.17.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.16.0...v2.17.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/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 56ab63a..39eeb10 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -32,7 +32,7 @@ jobs: with: distribution: "zulu" java-version: "11" - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version: "2.0.6" - run: flutter create regression_test_app