Skip to content

Commit aa915bf

Browse files
Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#761)
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.7.0 to 1.7.1. - [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@e630b99...e51d8e5) --- 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>
1 parent 9a0b464 commit aa915bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sdk: [3.5, dev]
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
22+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2323
with:
2424
sdk: ${{ matrix.sdk }}
2525
- name: Report version
@@ -71,7 +71,7 @@ jobs:
7171
platform: chrome
7272
steps:
7373
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
74-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
74+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
7575
with:
7676
sdk: ${{ matrix.sdk }}
7777
- name: Report version

0 commit comments

Comments
 (0)