Bump subosito/flutter-action in the github-actions group (#1784)
Bumps the github-actions group with 1 update: [subosito/flutter-action](https://github.com/subosito/flutter-action).
Updates `subosito/flutter-action` from 2.19.0 to 2.21.0
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/e938fdf56512cc96ef2f93601a5a40bde3801046...fd55f4c5af5b953cc57a2be44cb082c8f6635e8e)
---
updated-dependencies:
- dependency-name: subosito/flutter-action
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml
index 83dfda0..25d7ddb 100644
--- a/.github/workflows/cronet.yml
+++ b/.github/workflows/cronet.yml
@@ -38,7 +38,7 @@
with:
distribution: 'zulu'
java-version: '17'
- - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: 'stable'
- id: install
diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml
index e2d92d1..480c636 100644
--- a/.github/workflows/cupertino.yml
+++ b/.github/workflows/cupertino.yml
@@ -39,7 +39,7 @@
os: [macos-13, macos-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
flutter-version: ${{ matrix.flutter-version }}
channel: 'stable'
@@ -71,7 +71,7 @@
flutter-version: ["3.24.0", "any"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
flutter-version: ${{ matrix.flutter-version }}
channel: 'stable'
diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml
index 1ebeee1..d8fd7a4 100644
--- a/.github/workflows/dart.yml
+++ b/.github/workflows/dart.yml
@@ -252,7 +252,7 @@
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
@@ -282,7 +282,7 @@
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
@@ -867,7 +867,7 @@
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
@@ -904,7 +904,7 @@
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
@@ -941,7 +941,7 @@
os:macos-latest;pub-cache-hosted
os:macos-latest
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
@@ -968,7 +968,7 @@
runs-on: windows-latest
steps:
- name: Setup Flutter SDK
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: stable
- id: checkout
diff --git a/.github/workflows/okhttp.yaml b/.github/workflows/okhttp.yaml
index b260cfe..286e890 100644
--- a/.github/workflows/okhttp.yaml
+++ b/.github/workflows/okhttp.yaml
@@ -33,7 +33,7 @@
with:
distribution: 'zulu'
java-version: '17'
- - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
+ - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
with:
channel: 'stable'
- id: install