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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 4d7b092 commit 3051074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sdk: [stable, beta, main]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
with:
channel: ${{ matrix.sdk }}
- run: flutter --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: pkgs/samples/
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
- run: flutter pub get
- run: flutter analyze
- run: dart format --set-exit-if-changed .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sketch_pad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: pkgs/sketch_pad/
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
- uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885
with:
channel: main
- run: flutter --version
Expand Down

0 comments on commit 3051074

Please sign in to comment.