Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (
Browse files Browse the repository at this point in the history
…#312)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d16c4bc commit 8478cd2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.6.2
- name: mono_repo self validate
Expand All @@ -59,7 +59,7 @@ jobs:
sdk: "3.4.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sdk: "3.4.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
sdk: "3.4.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
sdk: "3.4.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_generator_pub_upgrade
name: web_generator; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_generator_pub_upgrade
name: web_generator; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_generator_pub_upgrade
name: web_generator; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_generator_pub_upgrade
name: web_generator; dart pub upgrade
run: dart pub upgrade
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
sdk: main
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- id: web_pub_upgrade
name: web; dart pub upgrade
run: dart pub upgrade
Expand Down

0 comments on commit 8478cd2

Please sign in to comment.