From 7ef2c0160f0a13fa6e1967b8737ffd55a9104726 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Apr 2024 23:06:26 +0000
Subject: [PATCH] Bump subosito/flutter-action from 2.13.0 to 2.15.0

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/62f096cacda5168a3bd7b95793373be14fa4fbaf...3d804929922b667a63a229bc59037807f969e885)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 003c8bf..b338a5d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
         flutter-channel: [beta, stable]
     steps:
     - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
-    - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
+    - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
       with:
         channel: ${{ matrix.flutter-channel }}
     - id: install