Skip to content

Commit

Permalink
a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 19, 2024
1 parent 41ce0d3 commit 3e6f1e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions mono_repo/lib/src/commands/github/action_versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
///
/// To regenerate it, run the `tool/generate_action_versions.dart` script.
const actionsCacheVersion = '704facf57e6136b1bc63b828d79edcd491f0ee84';
const dartLangSetupDartVersion = 'b64355ae6ca0b5d484f0106a033dd1388965d06d';
const actionsCheckoutVersion = 'b4ffde65f46336ab88eb53be808477a3936bae11';
const subositoFlutterActionVersion = '2783a3f08e1baf891508463f8c6653c258246225';
const coverallsappGithubActionVersion = 'master';
const codecovCodecovActionVersion = 'main';
const actionsCacheVersion = '0c45773b623bea8c8e75f6c82b208c3cf94ea4f9';
const dartLangSetupDartVersion = '0a8a0fc875eb934c15d08629302413c671d3f672';
const actionsCheckoutVersion = '692973e3d937129bcbf40652eb9f2f61becf3332';
const subositoFlutterActionVersion = '44ac965b96f18d999802d4b807e3256d5a3f9fa1';
const coverallsappGithubActionVersion =
'643bc377ffa44ace6394b2b5d0d3950076de9f63';
const codecovCodecovActionVersion = 'e28ff129e5465c2c0dcc6f003fc735cb6ae0c673';
2 changes: 1 addition & 1 deletion mono_repo/test/action_versions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// On windows this test fails for unknown reasons, possibly there are carriage
// returns being introduced during formatting.
@TestOn('linux')
@TestOn('!windows')
import 'dart:io';

import 'package:test/test.dart';
Expand Down

0 comments on commit 3e6f1e7

Please sign in to comment.