From 02042ebd64e68262544af9511929aff8e6d64033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:36:46 +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] --- .github/workflows/health_base.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index cca758fc..9690fd64 100644 --- a/.github/workflows/health_base.yaml +++ b/.github/workflows/health_base.yaml @@ -99,7 +99,7 @@ jobs: - run: mkdir -p current_repo/output/ - - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c1785868..26c5aede 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -119,7 +119,7 @@ jobs: with: submodules: ${{ inputs.checkout_submodules }} - - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }} @@ -202,7 +202,7 @@ jobs: with: submodules: ${{ inputs.checkout_submodules }} - - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }}