Skip to content

Commit

Permalink
[Actions] Bump dart-lang/setup-dart from 1.6.5 to 1.7.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai authored Dec 24, 2024
2 parents f84ea46 + 610c04f commit 18af0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/setup-dart@v1.6.5
uses: dart-lang/setup-dart@v1.7.0

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/setup-dart@v1.6.5
uses: dart-lang/setup-dart@v1.7.0

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 18af0fe

Please sign in to comment.