From 2d65dfc6fbc6d76cf6e5f246bff9f6b2f08ad6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:46:48 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.12.0 to 2.15.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/2783a3f08e1baf891508463f8c6653c258246225...3d804929922b667a63a229bc59037807f969e885) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter_markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_markdown.yaml b/.github/workflows/flutter_markdown.yaml index 96a02617..0dd334de 100644 --- a/.github/workflows/flutter_markdown.yaml +++ b/.github/workflows/flutter_markdown.yaml @@ -32,7 +32,7 @@ jobs: # Install the Flutter SDK using the subosito/flutter-action GitHub action. - name: install the flutter sdk - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'beta'