From ca8b8cf3b3d050a8bb1f63723de8dcee2ac1f92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:33:48 +0000 Subject: [PATCH] build(deps): bump kuhnroyal/flutter-fvm-config-action from 2 to 3 Bumps [kuhnroyal/flutter-fvm-config-action](https://github.com/kuhnroyal/flutter-fvm-config-action) from 2 to 3. - [Release notes](https://github.com/kuhnroyal/flutter-fvm-config-action/releases) - [Commits](https://github.com/kuhnroyal/flutter-fvm-config-action/compare/v2...v3) --- updated-dependencies: - dependency-name: kuhnroyal/flutter-fvm-config-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index 09b0850..6565c05 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -32,7 +32,7 @@ jobs: java-version: '11' - name: Get Flutter version by FVM - uses: kuhnroyal/flutter-fvm-config-action@v2 + uses: kuhnroyal/flutter-fvm-config-action@v3 id: fvm-config-action with: path: ".fvmrc"