Skip to content

Commit

Permalink
[Actions] Bump dart-lang/setup-dart from 1.3 to 1.6.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 56187f3 commit 529e6c7
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.3
uses: dart-lang/setup-dart@v1.6.2

- 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.3
uses: dart-lang/setup-dart@v1.6.2

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

0 comments on commit 529e6c7

Please sign in to comment.