Skip to content

Commit c6962dc

Browse files
authored
Merge pull request #18 from Flutter-Dart-Open-Source/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 50c7116 + f2f6e39 commit c6962dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sdk: [ 2.12.0, 2.15.0, stable, beta, dev ]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

2626
- name: Setup Dart
2727
uses: dart-lang/[email protected]

0 commit comments

Comments
 (0)