Skip to content

Commit f433a8e

Browse files
build(deps): bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#385)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.4.0 to 1.5.0. - [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@a57a6c0...d6a63da) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 522703a commit f433a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: '^1.16'
3232

33-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
33+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3434
with:
3535
sdk: stable
3636
- run: dart --version

.github/workflows/verify_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
os:ubuntu-latest;pub-cache-hosted;dart:dev
3939
os:ubuntu-latest;pub-cache-hosted
4040
os:ubuntu-latest
41-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
41+
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
4242
with:
4343
sdk: stable
4444
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

0 commit comments

Comments
 (0)