Skip to content

Commit

Permalink
Update dart_apitool version in health workflow. (dart-lang#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jan 17, 2025
1 parent 94b4cea commit 682c8ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions pkgs/firehose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

## 0.10.1

Expand Down
2 changes: 1 addition & 1 deletion pkgs/firehose/lib/src/health/health.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'changelog.dart';
import 'coverage.dart';
import 'license.dart';

const apiToolHash = '123049d3fa3c1459a5129b2b61d852a388a8511e';
const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243';

enum Check {
license('License Headers', 'license'),
Expand Down
2 changes: 1 addition & 1 deletion pkgs/firehose/test_data/golden/comment_license.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</summary>

```
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</summary>

```
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</summary>

```
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</summary>

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

0 comments on commit 682c8ef

Please sign in to comment.