Skip to content

Commit

Permalink
update workflows sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
levischechter authored May 15, 2024
1 parent 3df1c82 commit 4d46a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: env.GIT_DIFF
uses: dart-lang/setup-dart@v1.4
with:
sdk: 3.0.0
sdk: 3.2.0

- name: Get dependencies 📥
if: env.GIT_DIFF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup 🔨
uses: dart-lang/setup-dart@v1.4
with:
sdk: 3.0.0
sdk: 3.2.0

- name: Get dependencies 📥
run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup 🔨
uses: dart-lang/setup-dart@v1.4
with:
sdk: 3.0.0
sdk: 3.2.0

- name: Get dependencies 📥
run: dart pub get
Expand Down

0 comments on commit 4d46a22

Please sign in to comment.