Skip to content

Commit

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

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
alextekartik authored Nov 12, 2023
2 parents abff9d5 + 8abc68f commit 8fe582d
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: dart --version
- run: dart pub get
- run: dart run tool/run_ci.dart

0 comments on commit 8fe582d

Please sign in to comment.