Skip to content

Commit 0efbe70

Browse files
Bump the github-actions group across 1 directory with 6 updates (#496)
* Bump the github-actions group across 1 directory with 6 updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4.0.2` | `4.1.2` | | [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.6.5` | `1.7.0` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.16.0` | `2.17.0` | | [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.0` | `2.3.4` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `5.0.7` | 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) Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0 - [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@0a8a0fc...e630b99) 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@692973e...11bd719) Updates `subosito/flutter-action` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@44ac965...74af56c) Updates `coverallsapp/github-action` from 2.3.0 to 2.3.4 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@643bc37...cfd0633) Updates `codecov/codecov-action` from 4.5.0 to 5.0.7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...015f24e) --- updated-dependencies: - 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/checkout 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: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * with updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Moore <kevmoo@google.com>
1 parent 967018d commit 0efbe70

25 files changed

+335
-450
lines changed

.github/workflows/dart.yml

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

mono_repo/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 6.6.3-wip
22

3+
- Update to latest action versions.
34

45
## 6.6.2
56

mono_repo/lib/src/commands/github/action_versions.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
//
77
// To regenerate it, run the `tool/generate_action_versions.dart` script.
88

9-
const actionsCacheVersion = '0c45773b623bea8c8e75f6c82b208c3cf94ea4f9';
10-
const dartLangSetupDartVersion = '0a8a0fc875eb934c15d08629302413c671d3f672';
11-
const actionsCheckoutVersion = '692973e3d937129bcbf40652eb9f2f61becf3332';
12-
const subositoFlutterActionVersion = '44ac965b96f18d999802d4b807e3256d5a3f9fa1';
9+
const actionsCacheVersion = '6849a6489940f00c2f30c0fb92c6274307ccb58a';
10+
const dartLangSetupDartVersion = 'e630b99d28a3b71860378cafdc2a067c71107f94';
11+
const actionsCheckoutVersion = '11bd71901bbe5b1630ceea73d27597364c9af683';
12+
const subositoFlutterActionVersion = '74af56c5ed2697ba4621264652728e8d217e53d3';
1313
const coverallsappGithubActionVersion =
14-
'643bc377ffa44ace6394b2b5d0d3950076de9f63';
15-
const codecovCodecovActionVersion = 'e28ff129e5465c2c0dcc6f003fc735cb6ae0c673';
14+
'cfd0633edbd2411b532b808ba7a8b5e04f76d2c8';
15+
const codecovCodecovActionVersion = '015f24e6818733317a2da2edd6290ab26238649a';

mono_repo/lib/src/commands/github/job.g.dart

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

mono_repo/lib/src/commands/github/step.g.dart

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

mono_repo/lib/src/package_config.g.dart

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

mono_repo/test/ensure_build_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
@Timeout.factor(4)
88
library;
99

10+
import 'dart:io';
11+
1012
import 'package:build_verify/build_verify.dart';
1113
import 'package:test/test.dart';
1214

1315
void main() {
1416
test(
1517
'ensure_build',
1618
() => expectBuildClean(packageRelativeDirectory: 'mono_repo'),
19+
skip: !Platform.version.contains('dev') ? 'Only run in release mode' : null,
1720
);
1821
}

mono_repo/test/script_integration_outputs/all_packages_with_task_failures.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

mono_repo/test/script_integration_outputs/bad_pkgs_provided.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

mono_repo/test/script_integration_outputs/github_output_group_overrides.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: macos-latest
2020
steps:
2121
- name: Cache Pub hosted dependencies
22-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
22+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:analyze-format"
@@ -29,12 +29,12 @@ jobs:
2929
os:macos-latest;pub-cache-hosted
3030
os:macos-latest
3131
- name: Setup Dart SDK
32-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
32+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3333
with:
3434
sdk: dev
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838
- id: pkg_a_pub_upgrade
3939
name: pkg_a; dart pub upgrade
4040
run: dart pub upgrade
@@ -53,12 +53,12 @@ jobs:
5353
runs-on: windows-latest
5454
steps:
5555
- name: Setup Dart SDK
56-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
56+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5757
with:
5858
sdk: "1.23.0"
5959
- id: checkout
6060
name: Checkout repository
61-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
61+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6262
- id: pkg_a_pub_upgrade
6363
name: pkg_a; dart pub upgrade
6464
run: dart pub upgrade
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Cache Pub hosted dependencies
76-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
76+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
7777
with:
7878
path: "~/.pub-cache/hosted"
7979
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:pkg_a;commands:test_1"
@@ -83,12 +83,12 @@ jobs:
8383
os:ubuntu-latest;pub-cache-hosted
8484
os:ubuntu-latest
8585
- name: Setup Dart SDK
86-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
86+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
8787
with:
8888
sdk: stable
8989
- id: checkout
9090
name: Checkout repository
91-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
91+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9292
- id: pkg_a_pub_upgrade
9393
name: pkg_a; dart pub upgrade
9494
run: dart pub upgrade
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: macos-latest
107107
steps:
108108
- name: Cache Pub hosted dependencies
109-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
109+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
110110
with:
111111
path: "~/.pub-cache/hosted"
112112
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:test_0"
@@ -116,12 +116,12 @@ jobs:
116116
os:macos-latest;pub-cache-hosted
117117
os:macos-latest
118118
- name: Setup Dart SDK
119-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
119+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
120120
with:
121121
sdk: dev
122122
- id: checkout
123123
name: Checkout repository
124-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
124+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
125125
- id: pkg_a_pub_upgrade
126126
name: pkg_a; dart pub upgrade
127127
run: dart pub upgrade

0 commit comments

Comments
 (0)