Bump the github-actions group with 5 updates

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` |
| [actions/stale](https://github.com/actions/stale) | `10.1.0` | `10.1.1` |
| [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `35d33e4f3771787d0f602f5dca94f47c68b5cc60` | `2b6bdb56ad3073fa0e4beef00447158f55a18414` |


Updates `actions/checkout` from 6.0.0 to 6.0.1
- [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)

Updates `actions/upload-artifact` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f)

Updates `actions/download-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...37930b1c2abaa49bbe596cd826c3c89aef350131)

Updates `actions/stale` from 10.1.0 to 10.1.1
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/5f858e3efba33a5ca4407a664cc011ad407f2008...997185467fa4f803885201cee163a9f38240193d)

Updates `peter-evans/create-or-update-comment` from 35d33e4f3771787d0f602f5dca94f47c68b5cc60 to 2b6bdb56ad3073fa0e4beef00447158f55a18414
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/35d33e4f3771787d0f602f5dca94f47c68b5cc60...2b6bdb56ad3073fa0e4beef00447158f55a18414)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/create-or-update-comment
  dependency-version: 2b6bdb56ad3073fa0e4beef00447158f55a18414
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
14 files changed
tree: b4f0dd16e14f0d4858a34c6ba52e052e8317a031
  1. .github/
  2. .vscode/
  3. pkgs/
  4. tool/
  5. .gitattributes
  6. .gitignore
  7. CODEOWNERS
  8. CONTRIBUTING.md
  9. LICENSE
  10. README.md
README.md

Overview

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

Packages

PackageDescriptionVersion
blast_repoA tool to bulk validate and fix GitHub repos.
canaryTest package upgrades against the ecosystem.
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
puppyA grab bag of CLI tools for managing Dart code.
repo_manageMiscellaneous issue, repo, and PR query tools.
sdk_triage_botA triage automation tool for dart-lang/sdk issues.
trebuchetA tool for moving existing packages into monorepos.

Dart mono-repos

Here's an overview of the main Dart team repositories:

Main repoDescription
sdkThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
SLO mono-reposDescription
coreThis repository is home to core Dart packages.
toolsThis repository is home to tooling related Dart packages.
labsThis repository is home to Dart ‘labs’ packages.
Topic mono-reposDescription
buildA build system for Dart written in Dart
ecosystemThis repository is home to general Dart Ecosystem tools and packages.
httpA composable API for making HTTP requests in Dart.
i18nA general mono-repo for Dart i18n and l10n packages.
leak_trackerA framework for memory leak tracking for Dart and Flutter applications.
macrosA Dart mono-repo for macro development.
nativeDart packages related to FFI and native assets bundling.
shelfWeb server middleware for Dart
testA library for writing unit tests in Dart.
webdevA CLI for Dart web development.

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.