Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 0abd600

Browse files
Bump dart-lang/setup-dart in the github-actions group
Bumps the github-actions group with 1 update: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.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@0a8a0fc...e630b99) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c76f47 commit 0abd600

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
@@ -23,7 +23,7 @@ jobs:
2323
sdk: [dev]
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
26+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -50,7 +50,7 @@ jobs:
5050
sdk: [3.1, dev]
5151
steps:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
53+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

0 commit comments

Comments
 (0)