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/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/_shelf_compliance;commands:command"
Expand All @@ -36,7 +36,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs__shelf_compliance_pub_upgrade
name: pkgs/_shelf_compliance; dart pub upgrade
run: dart pub upgrade
Expand Down
72 changes: 36 additions & 36 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
Expand All @@ -34,7 +34,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.6.3
- name: mono_repo self validate
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:analyze"
Expand All @@ -59,7 +59,7 @@ jobs:
sdk: "3.3.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_packages_handler_pub_upgrade
name: pkgs/shelf_packages_handler; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
Expand All @@ -116,7 +116,7 @@ jobs:
sdk: "3.5.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_test_handler_pub_upgrade
name: pkgs/shelf_test_handler; dart pub upgrade
run: dart pub upgrade
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkgs/shelf-pkgs/shelf_router_generator;commands:analyze"
Expand All @@ -155,7 +155,7 @@ jobs:
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/_shelf_compliance-pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
Expand All @@ -194,7 +194,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs__shelf_compliance_pub_upgrade
name: pkgs/_shelf_compliance; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/_shelf_compliance-pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:format"
Expand All @@ -296,7 +296,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs__shelf_compliance_pub_upgrade
name: pkgs/_shelf_compliance; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:test_0"
Expand All @@ -398,7 +398,7 @@ jobs:
sdk: "3.3.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_packages_handler_pub_upgrade
name: pkgs/shelf_packages_handler; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler;commands:test_1"
Expand All @@ -462,7 +462,7 @@ jobs:
sdk: "3.5.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_test_handler_pub_upgrade
name: pkgs/shelf_test_handler; dart pub upgrade
run: dart pub upgrade
Expand All @@ -484,7 +484,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
Expand All @@ -499,7 +499,7 @@ jobs:
sdk: "3.5.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_test_handler_pub_upgrade
name: pkgs/shelf_test_handler; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkgs/shelf;commands:test_1"
Expand All @@ -545,7 +545,7 @@ jobs:
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand All @@ -567,7 +567,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkgs/shelf-pkgs/shelf_router_generator;commands:test_0"
Expand All @@ -582,7 +582,7 @@ jobs:
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_2"
Expand All @@ -628,7 +628,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
Expand All @@ -674,7 +674,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -705,7 +705,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
Expand All @@ -720,7 +720,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -805,7 +805,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf_router_generator;commands:test_3"
Expand All @@ -820,7 +820,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_router_generator_pub_upgrade
name: pkgs/shelf_router_generator; dart pub upgrade
run: dart pub upgrade
Expand All @@ -847,7 +847,7 @@ jobs:
sdk: "3.3.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_packages_handler_pub_upgrade
name: pkgs/shelf_packages_handler; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -883,7 +883,7 @@ jobs:
sdk: "3.5.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_test_handler_pub_upgrade
name: pkgs/shelf_test_handler; dart pub upgrade
run: dart pub upgrade
Expand All @@ -910,7 +910,7 @@ jobs:
sdk: "3.5.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_test_handler_pub_upgrade
name: pkgs/shelf_test_handler; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -946,7 +946,7 @@ jobs:
sdk: "3.9.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand All @@ -973,7 +973,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_pub_upgrade
name: pkgs/shelf; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -1009,7 +1009,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- id: pkgs_shelf_packages_handler_pub_upgrade
name: pkgs/shelf_packages_handler; dart pub upgrade
run: dart pub upgrade
Expand Down
Loading