Skip to content

Commit cae207e

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@v2.21.0...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 e5beaca commit cae207e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
2929
- name: Install Flutter
30-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
30+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
3131
with:
3232
channel: beta
3333
cache: true

.github/workflows/flutter_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
distribution: "zulu"
132132
java-version: "17"
133133
cache: "gradle"
134-
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
134+
- uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
135135
with:
136136
channel: ${{ matrix.flutter_version }}
137137
cache: true

0 commit comments

Comments
 (0)