From ba9d5a1fd557ce9ee3f1c4efa420f8c0ba5b8aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:13:38 -0700 Subject: [PATCH] Bump subosito/flutter-action from 2.13.0 to 2.15.0 (#61) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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