Skip to content

Commit ef00cd8

Browse files
build(deps): bump dart-lang/setup-dart from 1 to 1.7.2
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1 to 1.7.2. - [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@v1...v1.7.2) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caff736 commit ef00cd8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: dart-lang/setup-dart@v1
28+
- uses: dart-lang/setup-dart@v1.7.2
2929
with:
3030
sdk: ${{ inputs.sdk }}
3131

.github/workflows/gen-openapi-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Post-generation (Dart Dio) - setup
240240
if: inputs.generator == 'dart-dio'
241-
uses: dart-lang/setup-dart@v1
241+
uses: dart-lang/setup-dart@v1.7.2
242242

243243
- name: Post-generation (Dart Dio) - build_runner
244244
if: inputs.generator == 'dart-dio'

0 commit comments

Comments
 (0)