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

Bumps the github-actions group with 2 updates: [dart-lang/ecosystem/.github/workflows/post_summaries.yaml](https://github.com/dart-lang/ecosystem) and [dart-lang/ecosystem/.github/workflows/publish.yaml](https://github.com/dart-lang/ecosystem).

Updates `dart-lang/ecosystem/.github/workflows/post_summaries.yaml` from cda8bd535dfbcff45010bc3c843d325682f944b2 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/ecosystem/commit/fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57"><code>fc3dd9a</code></a> fix(firehose): update existing publishing PR comments when no packages are re...</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/e0a78b408ebab9547710a4b869e2e78b9d887fef"><code>e0a78b4</code></a> fix(firehose): bump dependency_validator pinned hash to 5.0.6 (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/450">#450</a>)</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/60fca9f1270a0819b3ee9caf74b08fb0a212e4cb"><code>60fca9f</code></a> Condense firehose package publishing table in PR validation (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/445">#445</a>)</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/b79f68c55d4a611e7ebf63091036f3f18b5d94b3"><code>b79f68c</code></a> chore(health): remove 3rd-party coveralls action dependency (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/446">#446</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/ecosystem/compare/cda8bd535dfbcff45010bc3c843d325682f944b2...fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57">compare view</a></li>
</ul>
</details>
<br />

Updates `dart-lang/ecosystem/.github/workflows/publish.yaml` from cda8bd535dfbcff45010bc3c843d325682f944b2 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/ecosystem/commit/fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57"><code>fc3dd9a</code></a> fix(firehose): update existing publishing PR comments when no packages are re...</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/e0a78b408ebab9547710a4b869e2e78b9d887fef"><code>e0a78b4</code></a> fix(firehose): bump dependency_validator pinned hash to 5.0.6 (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/450">#450</a>)</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/60fca9f1270a0819b3ee9caf74b08fb0a212e4cb"><code>60fca9f</code></a> Condense firehose package publishing table in PR validation (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/445">#445</a>)</li>
<li><a href="https://github.com/dart-lang/ecosystem/commit/b79f68c55d4a611e7ebf63091036f3f18b5d94b3"><code>b79f68c</code></a> chore(health): remove 3rd-party coveralls action dependency (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/446">#446</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/ecosystem/compare/cda8bd535dfbcff45010bc3c843d325682f944b2...fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57">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 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: f9f7852be2c3d994cbf8044dc0c90f73f9a367f2
  1. .github/
  2. js_interop/
  3. js_interop_gen/
  4. third_party/
  5. web/
  6. web_generator/
  7. .gitignore
  8. LICENSE
  9. README.md
README.md
PackageDescriptionVersionCI
webLightweight browser API bindings built around JS interop.pub packagepackage:web
js_interopUtility functions and types for dart:js_interop and dart:js_interop_unsafe.pub packagepackage:js_interop
js_interop_genTools to generate Dart interfaces from TypeScript declaration files and Web IDL definitions.N/Apackage:js_interop_gen
web_generatorInternal tooling to generate the web package bindings.N/Apackage:web_generator