Skip to content

Commit d9c836f

Browse files
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java), [subosito/flutter-action](https://github.com/subosito/flutter-action), [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-java` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@3a4f6e1...c5195ef) Updates `subosito/flutter-action` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@f2c4f66...e938fdf) Updates `reactivecircus/android-emulator-runner` from 2.33.0 to 2.34.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@62dbb60...1dcd009) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 4.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: subosito/flutter-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reactivecircus/android-emulator-runner dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e4cceb commit d9c836f

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

.github/workflows/cronet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
working-directory: pkgs/cronet_http
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37-
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
37+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
3838
with:
3939
distribution: 'zulu'
4040
java-version: '17'
41-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
41+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
4242
with:
4343
channel: 'stable'
4444
- id: install
@@ -56,7 +56,7 @@ jobs:
5656
sudo udevadm control --reload-rules
5757
sudo udevadm trigger --name-match=kvm
5858
- name: Run tests
59-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d
59+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed
6060
if: always() && steps.install.outcome == 'success'
6161
with:
6262
# 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
@@ -37,7 +37,7 @@ jobs:
3737
os: [macos-13, macos-latest]
3838
steps:
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
40+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
4141
with:
4242
flutter-version: ${{ matrix.flutter-version }}
4343
channel: 'stable'
@@ -69,7 +69,7 @@ jobs:
6969
flutter-version: ["3.24.0", "any"]
7070
steps:
7171
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
72-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
72+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
7373
with:
7474
flutter-version: ${{ matrix.flutter-version }}
7575
channel: 'stable'

.github/workflows/dart.yml

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

.github/workflows/okhttp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
working-directory: pkgs/ok_http
3030
steps:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
32-
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
32+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
3333
with:
3434
distribution: 'zulu'
3535
java-version: '17'
36-
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
36+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3737
with:
3838
channel: 'stable'
3939
- id: install
@@ -51,7 +51,7 @@ jobs:
5151
sudo udevadm control --reload-rules
5252
sudo udevadm trigger --name-match=kvm
5353
- name: Run tests
54-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d
54+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed
5555
if: always() && steps.install.outcome == 'success'
5656
with:
5757
# api-level/minSdkVersion should be help in sync in:

0 commit comments

Comments
 (0)