Skip to content

Commit ce61894

Browse files
Bump dart-lang/setup-dart from 1.3 to 1.4 (#80)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.3 to 1.4. - [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@6a218f2...a57a6c0) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48e8274 commit ce61894

File tree

1 file changed

+2
-2
lines changed
  • pkgs/graphs/.github/workflows

1 file changed

+2
-2
lines changed

pkgs/graphs/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [dev]
2424
steps:
2525
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
26-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
26+
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -43,7 +43,7 @@ jobs:
4343
sdk: [2.18.0, dev]
4444
steps:
4545
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
46-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
46+
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
4747
with:
4848
sdk: ${{ matrix.sdk }}
4949
- id: install

0 commit comments

Comments
 (0)