Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit bd3ac85

Browse files
Bump dart-lang/setup-dart from 1.3 to 1.4 (#234)
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 86dacb3 commit bd3ac85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sdk: [dev]
2323
steps:
2424
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
25+
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
2626
with:
2727
sdk: ${{ matrix.sdk }}
2828
- id: install
@@ -50,7 +50,7 @@ jobs:
5050
sdk: [2.18.0, dev]
5151
steps:
5252
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
53-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
53+
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)