Skip to content

Commit d8cd4c3

Browse files
committed
💚 update actions/checkout to v3
1 parent 3b87f1a commit d8cd4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Run lint
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Set up Flutter
3131
uses: subosito/flutter-action@v2
3232
with:

0 commit comments

Comments
 (0)