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

Commit b04d56e

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 b6319d6 commit b04d56e

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
@@ -25,7 +25,7 @@ jobs:
2525
sdk: [dev]
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
28+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2929
with:
3030
channel: ${{ matrix.sdk }}
3131
- id: install
@@ -52,7 +52,7 @@ jobs:
5252
sdk: [3.3, dev]
5353
steps:
5454
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
55-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
55+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5656
with:
5757
channel: ${{ matrix.sdk }}
5858
- id: install

0 commit comments

Comments
 (0)