Skip to content

Commit f3cbc5f

Browse files
committed
Update actions/checkout action to v3
1 parent 011d180 commit f3cbc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
channel: [ 'stable', 'beta' ]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- uses: subosito/flutter-action@v1.5.3
2626
with:

0 commit comments

Comments
 (0)