Skip to content

Commit 682c8ef

Browse files
authored
Update dart_apitool version in health workflow. (#338)
1 parent 94b4cea commit 682c8ef

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

pkgs/firehose/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Don't check licenses of generated files in PR health workflow.
44
- Add generalized ignore-per-checks to health workflow.
5+
- Update dart_apitool version in health workflow.
56

67
## 0.10.1
78

pkgs/firehose/lib/src/health/health.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'changelog.dart';
1717
import 'coverage.dart';
1818
import 'license.dart';
1919

20-
const apiToolHash = '123049d3fa3c1459a5129b2b61d852a388a8511e';
20+
const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243';
2121

2222
enum Check {
2323
license('License Headers', 'license'),

pkgs/firehose/test_data/golden/comment_license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</summary>
55

66
```
7-
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
7+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
88
// for details. All rights reserved. Use of this source code is governed by a
99
// BSD-style license that can be found in the LICENSE file.
1010
```

pkgs/firehose/test_data/golden/comment_license_healthchanged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</summary>
55

66
```
7-
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
7+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
88
// for details. All rights reserved. Use of this source code is governed by a
99
// BSD-style license that can be found in the LICENSE file.
1010
```

pkgs/firehose/test_data/golden/comment_license_ignore_license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</summary>
55

66
```
7-
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
7+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
88
// for details. All rights reserved. Use of this source code is governed by a
99
// BSD-style license that can be found in the LICENSE file.
1010
```

pkgs/firehose/test_data/golden/comment_license_ignore_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</summary>
55

66
```
7-
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
7+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
88
// for details. All rights reserved. Use of this source code is governed by a
99
// BSD-style license that can be found in the LICENSE file.
1010
```

0 commit comments

Comments
 (0)