Bump actions/checkout from 2 to 3 (#78)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: 45729efcf78097d2172dd054bbc6702fafbc1db3
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. .project
  7. analysis_options.yaml
  8. AUTHORS
  9. CHANGELOG.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. README.md
README.md

webkit_inspection_protocol.dart

Dart pub package

What is it?

The webkit_inspection_protocol package is a client for the Chrome DevTools Protocol (previously called the Webkit Inspection Protocol). It's used to talk to Chrome DevTools based debuggers.

The protocol

Read more about the protocol here.

Disclaimer

This is not an official Google product.