Skip to content

Commit a5b5a01

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/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...11bd719) Updates `actions/setup-java` from 4.2.1 to 4.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@99b8673...b36c23c) Updates `reactivecircus/android-emulator-runner` from 2.31.0 to 2.33.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@77986be...62dbb60) Updates `actions/cache` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-java 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: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d921e48 commit a5b5a01

File tree

7 files changed

+53
-53
lines changed

7 files changed

+53
-53
lines changed

.github/workflows/cronet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
uses: jlumbroso/[email protected]
3838
with:
3939
android: false # Don't remove Android tools
40-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41-
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
41+
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
4242
with:
4343
distribution: 'zulu'
4444
java-version: '17'
@@ -55,7 +55,7 @@ jobs:
5555
if: always() && steps.install.outcome == 'success'
5656
run: flutter analyze --fatal-infos
5757
- name: Run tests
58-
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
58+
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d
5959
if: always() && steps.install.outcome == 'success'
6060
with:
6161
# api-level/minSdkVersion should be help in sync in:

.github/workflows/cupertino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# version.
3535
flutter-version: ["3.24.0", "any"]
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
3939
with:
4040
flutter-version: ${{ matrix.flutter-version }}

.github/workflows/dart.yml

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

0 commit comments

Comments
 (0)