From a5a611c7b50d1df4445d96451f7a76450378af4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:28:33 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.7.1 to 2.8.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/1e6ee87cb840500837bcd50a667fb28815d8e310...dbf1fa04f4d2e52c33185153d06cdb5443aa189d) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dart.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 82eca372..a04f44ea 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -163,7 +163,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: beta - id: checkout @@ -342,7 +342,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: master - id: checkout @@ -376,7 +376,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: stable - id: checkout @@ -487,7 +487,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: beta - id: checkout @@ -747,7 +747,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: stable - id: checkout