From 23514621b3b9ba2d493a724db03a2964166d75ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:19:11 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.12.0 to 2.13.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/2783a3f08e1baf891508463f8c6653c258246225...62f096cacda5168a3bd7b95793373be14fa4fbaf) --- 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 b98227ca..2cdd092c 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@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aedae9d3..9864b584 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@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }} @@ -202,7 +202,7 @@ jobs: with: submodules: ${{ inputs.checkout_submodules }} - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }}