Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: dart:stable

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: install dependencies
run: dart pub get
- name: analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: dart:stable

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: dartfmt
run: dart format ./ -l 120 --set-exit-if-changed

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand Down
Loading