Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/container_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
matrix:
dart: [ stable ]
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
Expand Down
80 changes: 40 additions & 40 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
Expand All @@ -31,7 +31,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.6.3
- name: mono_repo self validate
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:analyze"
Expand All @@ -56,7 +56,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-package_constraint_solver-parameters-server/google_apis-server/simple;commands:format"
Expand All @@ -214,7 +214,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:analyze"
Expand All @@ -372,7 +372,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line-enhanced_enums-extension_methods-ffi/hello_world-ffi/primitives-ffi/structs-ffi/system_command-ffi/test_utils-isolates-native_app-null_safety/calculate_lix-parameters-server/google_apis-server/simple;commands:format"
Expand All @@ -521,7 +521,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:command_line;commands:test"
Expand All @@ -670,7 +670,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand All @@ -691,7 +691,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:enhanced_enums;commands:test"
Expand All @@ -706,7 +706,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: enhanced_enums_pub_upgrade
name: enhanced_enums; dart pub upgrade
run: dart pub upgrade
Expand All @@ -727,7 +727,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:extension_methods;commands:test"
Expand All @@ -742,7 +742,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: extension_methods_pub_upgrade
name: extension_methods; dart pub upgrade
run: dart pub upgrade
Expand All @@ -763,7 +763,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:ffi/hello_world;commands:test"
Expand All @@ -778,7 +778,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_hello_world_pub_upgrade
name: ffi/hello_world; dart pub upgrade
run: dart pub upgrade
Expand All @@ -799,7 +799,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:ffi/primitives;commands:test"
Expand All @@ -814,7 +814,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_primitives_pub_upgrade
name: ffi/primitives; dart pub upgrade
run: dart pub upgrade
Expand All @@ -835,7 +835,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:ffi/structs;commands:test"
Expand All @@ -850,7 +850,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_structs_pub_upgrade
name: ffi/structs; dart pub upgrade
run: dart pub upgrade
Expand All @@ -871,7 +871,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:server/simple;commands:test"
Expand All @@ -886,7 +886,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: server_simple_pub_upgrade
name: server/simple; dart pub upgrade
run: dart pub upgrade
Expand All @@ -907,7 +907,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:package_constraint_solver;commands:test_with_coverage"
Expand All @@ -924,7 +924,7 @@ jobs:
run: "dart pub global activate coverage '>=1.5.0'"
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: package_constraint_solver_pub_upgrade
name: package_constraint_solver; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -952,7 +952,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:command_line;commands:test"
Expand All @@ -967,7 +967,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: command_line_pub_upgrade
name: command_line; dart pub upgrade
run: dart pub upgrade
Expand All @@ -988,7 +988,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:enhanced_enums;commands:test"
Expand All @@ -1003,7 +1003,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: enhanced_enums_pub_upgrade
name: enhanced_enums; dart pub upgrade
run: dart pub upgrade
Expand All @@ -1024,7 +1024,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:extension_methods;commands:test"
Expand All @@ -1039,7 +1039,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: extension_methods_pub_upgrade
name: extension_methods; dart pub upgrade
run: dart pub upgrade
Expand All @@ -1060,7 +1060,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:ffi/hello_world;commands:test"
Expand All @@ -1075,7 +1075,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_hello_world_pub_upgrade
name: ffi/hello_world; dart pub upgrade
run: dart pub upgrade
Expand All @@ -1096,7 +1096,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:ffi/primitives;commands:test"
Expand All @@ -1111,7 +1111,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_primitives_pub_upgrade
name: ffi/primitives; dart pub upgrade
run: dart pub upgrade
Expand All @@ -1132,7 +1132,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:ffi/structs;commands:test"
Expand All @@ -1147,7 +1147,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: ffi_structs_pub_upgrade
name: ffi/structs; dart pub upgrade
run: dart pub upgrade
Expand All @@ -1168,7 +1168,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:server/simple;commands:test"
Expand All @@ -1183,7 +1183,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- id: server_simple_pub_upgrade
name: server/simple; dart pub upgrade
run: dart pub upgrade
Expand Down
Loading