Skip to content

Commit d9943dc

Browse files
chore(deps): bump subosito/flutter-action from 2.21.0 to 2.22.0
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@fd55f4c...0ca7a94) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 973c5f1 commit d9943dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dart_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# TODO(dnys1): Create mapping of Flutter->Dart versions so we can just use Dart
5454
# vended by Flutter.
5555
- name: Setup Flutter
56-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
56+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
5757
with:
5858
cache: true
5959
channel: stable

.github/workflows/flutter_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: git submodule update --init
4545

4646
- name: Setup Flutter
47-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
47+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
4848
with:
4949
cache: true
5050
channel: ${{ matrix.channel }}

.github/workflows/flutter_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: git submodule update --init
4040

4141
- name: Setup Flutter
42-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
42+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
4343
with:
4444
cache: true
4545
channel: ${{ matrix.channel }}

.github/workflows/flutter_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: git submodule update --init
4444

4545
- name: Setup Flutter
46-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
46+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
4747
with:
4848
cache: true
4949
channel: ${{ matrix.channel }}

.github/workflows/verify_pub_constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: true
1515

1616
- name: Setup Flutter
17-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
17+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
1818
with:
1919
cache: true
2020
channel: stable

.github/workflows/worker_bee_web_build_and_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
os:ubuntu-latest
6666
6767
- name: Setup Flutter
68-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
68+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # 2.22.0
6969
with:
7070
cache: true
7171
channel: stable

0 commit comments

Comments
 (0)