Skip to content

Commit f5ec11c

Browse files
Bump the github-actions group across 1 directory with 5 updates (#1392)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.2.1` | `4.5.0` | | [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) | `2.31.0` | `2.33.0` | | [futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action) | `3` | `4` | | [actions/cache](https://github.com/actions/cache) | `4.0.2` | `4.1.2` | 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.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@99b8673...8df1039) 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 `futureware-tech/simulator-action` from 3 to 4 - [Release notes](https://github.com/futureware-tech/simulator-action/releases) - [Changelog](https://github.com/futureware-tech/simulator-action/blob/main/CHANGELOG.md) - [Commits](futureware-tech/simulator-action@bfa03d9...dab10d8) 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: futureware-tech/simulator-action dependency-type: direct:production update-type: version-update:semver-major 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd8eb4b commit f5ec11c

File tree

6 files changed

+53
-53
lines changed

6 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@8df1039502a15bceb9433410b1a100fbe190c53b
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: 2 additions & 2 deletions
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 }}
@@ -48,7 +48,7 @@ jobs:
4848
- name: Analyze code
4949
run: flutter analyze --fatal-infos
5050
if: always() && steps.install.outcome == 'success'
51-
- uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9
51+
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd
5252
with:
5353
os: iOS
5454
os_version: '>=13.0'

0 commit comments

Comments
 (0)