Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.5.2 to 3.5.3 #676

Merged
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.5.7
- name: mono_repo self validate
Expand All @@ -59,7 +59,7 @@ jobs:
sdk: "3.0.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: source_gen_pub_upgrade
name: source_gen; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: _test_annotations_pub_upgrade
name: _test_annotations; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
sdk: "3.0.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: example_usage_pub_upgrade
name: example_usage; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
sdk: "3.0.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: source_gen_pub_upgrade
name: source_gen; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: example_usage_pub_upgrade
name: example_usage; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: source_gen_pub_upgrade
name: source_gen; dart pub upgrade
run: dart pub upgrade
Expand All @@ -288,7 +288,7 @@ jobs:
sdk: "3.0.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: source_gen_pub_upgrade
name: source_gen; dart pub upgrade
run: dart pub upgrade
Expand All @@ -312,7 +312,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- id: source_gen_pub_upgrade
name: source_gen; dart pub upgrade
run: dart pub upgrade
Expand Down