Skip to content

Commit

Permalink
[Actions] Bump dart-lang/setup-dart from 1.6.2 to 1.6.3 (#3)
Browse files Browse the repository at this point in the history
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@v1.6.2...v1.6.3)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 6ef6ddd commit 95858d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/[email protected].2
uses: dart-lang/[email protected].3

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/[email protected].2
uses: dart-lang/[email protected].3

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 95858d6

Please sign in to comment.