Skip to content

Commit

Permalink
switch to the latest published version of the setup-dart action (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored and pq committed Mar 22, 2023
1 parent 7e83788 commit 8fba507
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: dart-lang/setup-dart@929ed5f8bae55086c6fac456ba5acb9763c9e3e2
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Setup Dart
uses: dart-lang/setup-dart@929ed5f8bae55086c6fac456ba5acb9763c9e3e2
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
with:
sdk: stable
- name: Get dependencies
Expand Down

0 comments on commit 8fba507

Please sign in to comment.