Skip to content

Commit

Permalink
Merging from main
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 22, 2023
2 parents 98b5b1c + e59c8f6 commit efd579c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
dart: [3.1.0, stable, beta, dev]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/[email protected]
with:
sdk: ${{ matrix.dart }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ci_downgrade_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest]
dart: [stable]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/[email protected]
with:
sdk: ${{ matrix.dart }}
Expand Down

0 comments on commit efd579c

Please sign in to comment.