Pierre Slamich
Committed by GitHub

Merge branch 'master' into dependabot/gradle/example/android/com.android.tools.build-gradle-8.0.2

@@ -37,4 +37,4 @@ jobs: @@ -37,4 +37,4 @@ jobs:
37 with: 37 with:
38 cache: true 38 cache: true
39 - name: Format 39 - name: Format
40 - run: flutter format -n --set-exit-if-changed . 40 + run: dart format -n --set-exit-if-changed .
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 release-please: 7 release-please:
8 runs-on: ubuntu-latest 8 runs-on: ubuntu-latest
9 steps: 9 steps:
10 - - uses: GoogleCloudPlatform/release-please-action@v3.7.8 10 + - uses: GoogleCloudPlatform/release-please-action@v3.7.9
11 with: 11 with:
12 token: ${{ secrets.GITHUB_TOKEN }} 12 token: ${{ secrets.GITHUB_TOKEN }}
13 release-type: simple 13 release-type: simple