Skip to content

Commit b1ff2b3

Browse files
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] <[email protected]>
1 parent 938a49d commit b1ff2b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/eval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Flutter
3030
# Before bumping, verify the new version is on the flutter org's
3131
# enterprise actions allowlist, or CI will fail with startup_failure.
32-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
32+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
3333
with:
3434
channel: beta
3535
cache: true

.github/workflows/flutter_packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
106106
# Before bumping, verify the new version is on the flutter org's
107107
# enterprise actions allowlist, or CI will fail with startup_failure.
108-
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
108+
- uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
109109
with:
110110
channel: stable
111111
cache: true
@@ -135,7 +135,7 @@ jobs:
135135
cache: "gradle"
136136
# Before bumping, verify the new version is on the flutter org's
137137
# enterprise actions allowlist, or CI will fail with startup_failure.
138-
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
138+
- uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
139139
with:
140140
channel: ${{ matrix.flutter_version }}
141141
cache: true

0 commit comments

Comments
 (0)