Skip to content

Commit ec20eb1

Browse files
authored
Merge pull request #27 from tekartik/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents ac144cb + e7bf9fb commit ec20eb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- os: macos-latest
2828
dart: stable
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: dart-lang/setup-dart@v1.4
3232
with:
3333
sdk: ${{ matrix.dart }}

.github/workflows/run_ci_downgrade_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: ubuntu-latest
2121
dart: stable
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: dart-lang/setup-dart@v1.4
2525
with:
2626
sdk: ${{ matrix.dart }}

0 commit comments

Comments
 (0)