Bump the github-actions group with 4 updates

Bumps the github-actions group with 4 updates: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart), [actions/download-artifact](https://github.com/actions/download-artifact), [actions/deploy-pages](https://github.com/actions/deploy-pages) and [flutter-actions/setup-flutter](https://github.com/flutter-actions/setup-flutter).


Updates `dart-lang/setup-dart` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/setup-dart/compare/e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c...65eb853c7ba17dde3be364c3d2858773e7144260)

Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c)

Updates `actions/deploy-pages` from 854d7aa1b99e4509c4d1b53d69b7ba4eaf39215a to cd2ce8fcbc39b97be8ca5fce6e763baed58fa128
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/854d7aa1b99e4509c4d1b53d69b7ba4eaf39215a...cd2ce8fcbc39b97be8ca5fce6e763baed58fa128)

Updates `flutter-actions/setup-flutter` from d4e97a6e7467ef062618c9af927f90bc9651b876 to 18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d
- [Release notes](https://github.com/flutter-actions/setup-flutter/releases)
- [Commits](https://github.com/flutter-actions/setup-flutter/compare/d4e97a6e7467ef062618c9af927f90bc9651b876...18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/deploy-pages
  dependency-version: cd2ce8fcbc39b97be8ca5fce6e763baed58fa128
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: flutter-actions/setup-flutter
  dependency-version: 18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
8 files changed
tree: 805effbc15c647234b42be9e06f03b461e87c22a
  1. .gemini/
  2. .github/
  3. pkgs/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionIssuesVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
intl4xA lightweight modular library for internationalization (i18n) functionality.issuespub package
intl_translationContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.issuespub package
messagesA lightweight modular library for localization (l10n) functionality.issues
messages_builderBuild the messages for consumption by package:messagesissues
messages_serializerSerialization of messages for package:messages.issues
messages_shrinkerRemoving unneeded messages from message data files for package:messages.issuespub package

Contribute

Let us know about bugs and feature requests, file a pull request, or participate in the discussions!

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.