Skip to content

Commit ab281ab

Browse files
authored
Merge pull request #26 from nitrite/revert-25-dependabot/github_actions/main/dart-lang/setup-dart-1.7.0
Revert "Bump dart-lang/setup-dart from 1.6.5 to 1.7.0"
2 parents ea5d79b + 96a4a93 commit ab281ab

5 files changed

+5
-5
lines changed

.github/workflows/nitrite-release.yml

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

2828
# This action adds a token needed for pub.dev authentication
2929
- name: Install Dart
30-
uses: dart-lang/setup-dart@v1.7.0
30+
uses: dart-lang/setup-dart@v1.6.5
3131
with:
3232
sdk: stable
3333

.github/workflows/nitrite_generator-release.yml

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

2828
# This action adds a token needed for pub.dev authentication
2929
- name: Install Dart
30-
uses: dart-lang/setup-dart@v1.7.0
30+
uses: dart-lang/setup-dart@v1.6.5
3131
with:
3232
sdk: stable
3333

.github/workflows/nitrite_hive_adapter-release.yml

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

2828
# This action adds a token needed for pub.dev authentication
2929
- name: Install Dart
30-
uses: dart-lang/setup-dart@v1.7.0
30+
uses: dart-lang/setup-dart@v1.6.5
3131
with:
3232
sdk: stable
3333

.github/workflows/nitrite_spatial-release.yml

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

2828
# This action adds a token needed for pub.dev authentication
2929
- name: Install Dart
30-
uses: dart-lang/setup-dart@v1.7.0
30+
uses: dart-lang/setup-dart@v1.6.5
3131
with:
3232
sdk: stable
3333

.github/workflows/nitrite_support-release.yml

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

2828
# This action adds a token needed for pub.dev authentication
2929
- name: Install Dart
30-
uses: dart-lang/setup-dart@v1.7.0
30+
uses: dart-lang/setup-dart@v1.6.5
3131
with:
3232
sdk: stable
3333

0 commit comments

Comments
 (0)