Skip to content

Commit e59c8f6

Browse files
authored
Merge pull request #35 from tekartik/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents fdba3a9 + 22f0c53 commit e59c8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
dart: [3.1.0, stable, beta, dev]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: dart-lang/[email protected]
2323
with:
2424
sdk: ${{ matrix.dart }}

.github/workflows/run_ci_downgrade_analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest]
2020
dart: [stable]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: dart-lang/[email protected]
2424
with:
2525
sdk: ${{ matrix.dart }}

0 commit comments

Comments
 (0)