Skip to content

Commit ed36625

Browse files
Bump subosito/flutter-action from 2.19.0 to 2.22.0 (#804)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.19.0 to 2.22.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@e938fdf...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 104f796 commit ed36625

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
fi
3030
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
3131
- name: Install Flutter
32-
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
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
@@ -103,7 +103,7 @@ jobs:
103103
if: github.repository == 'flutter/genui'
104104
steps:
105105
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
106-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
106+
- uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
107107
with:
108108
channel: stable
109109
cache: true
@@ -131,7 +131,7 @@ jobs:
131131
distribution: "zulu"
132132
java-version: "17"
133133
cache: "gradle"
134-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
134+
- uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
135135
with:
136136
channel: ${{ matrix.flutter_version }}
137137
cache: true

0 commit comments

Comments
 (0)