Skip to content

Commit 001665e

Browse files
Bump the github-actions group across 1 directory with 5 updates (#1723)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-java](https://github.com/actions/setup-java) | `4.5.0` | `4.7.0` | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.16.0` | `2.18.0` | | [actions/cache](https://github.com/actions/cache) | `4.1.2` | `4.2.2` | | [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.6.5` | `1.7.1` | | [actions/stale](https://github.com/actions/stale) | `9.0.0` | `9.1.0` | Updates `actions/setup-java` from 4.5.0 to 4.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@8df1039...3a4f6e1) Updates `subosito/flutter-action` from 2.16.0 to 2.18.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@44ac965...f2c4f66) Updates `actions/cache` from 4.1.2 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...d4323d4) Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.1 - [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@v1.6.5...e51d8e5) Updates `actions/stale` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@28ca103...5bef64f) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor 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: actions/cache 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-minor dependency-group: github-actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 900da9f commit 001665e

9 files changed

+57
-57
lines changed

.github/workflows/cronet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
with:
3939
android: false # Don't remove Android tools
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
41-
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
41+
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
4242
with:
4343
distribution: 'zulu'
4444
java-version: '17'
45-
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
45+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
4646
with:
4747
channel: 'stable'
4848
- id: install

.github/workflows/cupertino.yml

+2-2
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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
40+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
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@44ac965b96f18d999802d4b807e3256d5a3f9fa1
72+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
7373
with:
7474
flutter-version: ${{ matrix.flutter-version }}
7575
channel: 'stable'

0 commit comments

Comments
 (0)