Skip to content

Commit db38205

Browse files
chore(deps): update dart-lang/setup-dart action to v1.7.2
1 parent 3d7a019 commit db38205

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Setup Dart
28-
uses: dart-lang/setup-dart@v1.7.1
28+
uses: dart-lang/setup-dart@v1.7.2
2929
with:
3030
sdk: ${{ matrix.sdk }}
3131

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020

2121
- name: Setup Dart
22-
uses: dart-lang/setup-dart@v1.7.1
22+
uses: dart-lang/setup-dart@v1.7.2
2323
with:
2424
sdk: stable
2525

0 commit comments

Comments
 (0)