Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
alextekartik authored Nov 25, 2023
2 parents 0afa414 + 250746f commit bcacd82
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 @@ -21,7 +21,7 @@ jobs:
- uses: dart-lang/[email protected]
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
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 bcacd82

Please sign in to comment.