Skip to content

Commit 3c14e5d

Browse files
committed
Squashed commit of the following:
commit 4178b67 Author: Brian Quinlan <[email protected]> Date: Wed Jul 3 17:16:38 2024 -0700 Clarify when Client.close must be called (dart-lang#1255) commit 719dc5f Author: Brian Quinlan <[email protected]> Date: Tue Jul 2 11:18:29 2024 -0700 Upgrade to http_image_provider: 0.0.3 (dart-lang#1253) commit 75b1efb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 2 10:46:54 2024 -0700 Bump the github-actions group across 1 directory with 4 updates (dart-lang#1251) Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [subosito/flutter-action](https://github.com/subosito/flutter-action), [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/checkout` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) Updates `subosito/flutter-action` from 2.12.0 to 2.16.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@2783a3f...44ac965) Updates `reactivecircus/android-emulator-runner` from 2.30.1 to 2.31.0 - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](ReactiveCircus/android-emulator-runner@6b0df4b...77986be) Updates `dart-lang/setup-dart` from 1.6.4 to 1.6.5 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@f0ead98...0a8a0fc) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit cdfb94c Author: Brian Quinlan <[email protected]> Date: Mon Jul 1 14:16:10 2024 -0700 Add an section explaining the benefits of using `package:ok_http`. (dart-lang#1252)
1 parent 5cea12b commit 3c14e5d

File tree

15 files changed

+92
-68
lines changed

15 files changed

+92
-68
lines changed

.github/workflows/cronet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run:
3232
working-directory: pkgs/cronet_http
3333
steps:
34-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
3636
with:
3737
distribution: 'zulu'
3838
java-version: '17'
39-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
39+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
4040
with:
4141
channel: 'stable'
4242
- id: install
@@ -49,7 +49,7 @@ jobs:
4949
if: always() && steps.install.outcome == 'success'
5050
run: flutter analyze --fatal-infos
5151
- name: Run tests
52-
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
52+
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
5353
if: always() && steps.install.outcome == 'success'
5454
with:
5555
# api-level/minSdkVersion should be help in sync in:

.github/workflows/cupertino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
# version.
3434
flutter-version: ["3.22.0", "any"]
3535
steps:
36-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
36+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
3838
with:
3939
flutter-version: ${{ matrix.flutter-version }}
4040
channel: 'stable'

.github/workflows/dart.yml

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)