Skip to content

Commit

Permalink
Bump subosito/flutter-action from 2.13.0 to 2.15.0
Browse files Browse the repository at this point in the history
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](subosito/flutter-action@62f096c...3d80492)

---
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>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 5a900ca commit 02042eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 02042eb

Please sign in to comment.