Bump the github-actions group with 2 updates (#268)

Bumps the github-actions group with 2 updates: [peter-evans/find-comment](https://github.com/peter-evans/find-comment) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment).

Updates `peter-evans/find-comment` from b383afd667691860cbc502904e846e74cf1bac33 to dcea681ee91459b3d3d0439f862bf74d178ec375
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/find-comment/commit/dcea681ee91459b3d3d0439f862bf74d178ec375"><code>dcea681</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.33 to 18.19.34 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/306">#306</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/a7867c7508620c2fc84a53cf6d7d9d72739908b8"><code>a7867c7</code></a> build(deps-dev): bump prettier from 3.3.0 to 3.3.1 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/305">#305</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/1e1cf91aa3e129e79466cb0247c15f348b3d216d"><code>1e1cf91</code></a> build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/304">#304</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/find-comment/compare/b383afd667691860cbc502904e846e74cf1bac33...dcea681ee91459b3d3d0439f862bf74d178ec375">compare view</a></li>
</ul>
</details>
<br />

Updates `peter-evans/create-or-update-comment` from 8da4c50e7142257262c9df90da4e74a59068c038 to 9bb5d837b91928730a318c22b99b9f42a0f005e1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/9bb5d837b91928730a318c22b99b9f42a0f005e1"><code>9bb5d83</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.33 to 18.19.34 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/333">#333</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/83aca4d345ff89cee171241b756423ac2e050544"><code>83aca4d</code></a> build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/332">#332</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/8da4c50e7142257262c9df90da4e74a59068c038...9bb5d837b91928730a318c22b99b9f42a0f005e1">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>
2 files changed
tree: 05f9e87d2b84b955730a5f2c2107b5dff4f39e2a
  1. .github/
  2. .vscode/
  3. pkgs/
  4. tool/
  5. .gitattributes
  6. .gitignore
  7. CONTRIBUTING.md
  8. LICENSE
  9. mono_repo.yaml
  10. README.md
README.md

Dart CI

Overview

This repository is home to general Dart Ecosystem tools and packages.

Packages

PackageDescriptionVersion
blast_repoA tool to bulk validate and fix GitHub repos.
corpusA tool to calculate the API usage for a package.
dart_flutter_team_lintsAn analysis rule set used by the Dart and Flutter teams.pub package
firehoseA tool to automate publishing of Pub packages from GitHub actions.pub package
repo_manageMiscellaneous issue, repo, and PR query tools.
sdk_triage_botA triage automation tool for dart-lang/sdk issues.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.