Skip to content

Commit

Permalink
Merge pull request #20 from tekartik/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
alextekartik authored Oct 2, 2023
2 parents 0f24a5a + 4b563aa commit d8eba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: dart --version
- run: dart pub get
- run: dart run tool/run_ci.dart

0 comments on commit d8eba7b

Please sign in to comment.