Skip to content

Commit f2f6e39

Browse files
committed
Update actions/checkout action to v3
1 parent 50c7116 commit f2f6e39

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)